How to insert a text area in Royal Check Out Page?

This topic has 22 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp

  • Avatar: Webacto
    Webacto
    Participant
    October 6, 2015 at 19:13

    Can you insert a text area in my Check Out Page?
    http://lococostyle.com/checkout/

    I would be position it below the order box (TU PEDIDO BOX) in a same large black border area.

    Can you create it for me, left me the posibility to change text and css proprieties.

    I need to insert this text quantity in a font-size: 1o/11pt:
    Buyer (recipient) will be responsible for all customs fees, duties and import charges that are levied at time of delivery. Each country has their own customs rules and regulations so check on your own countries allowances and regulations if you’re unsure. Please, make sure your revise these costs before purchasing, we are not held responsible after order has been processed and has arrived to its respective destination.

    21 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    October 6, 2015 at 21:01

    Hello

    Please check this page using Visual composer backend editor(http://prntscr.com/8ohp57)

    Regards,
    Brian Johnson

    Avatar: Webacto
    Webacto
    Participant
    October 7, 2015 at 12:52

    Great,
    I’ve just customize it, looks good.

    But I’ve forgot one important detail:

    can you add a check confirmation box on the left side of this text area?

    Avatar: Brian Johnson
    Brian Johnson
    Member
    October 7, 2015 at 13:09

    Please describe more widely what are you trying to achive. In case you would like to place check box with buttons like “I agree” it requires additional cutomization which lays beyound the scope of our basic support.

    Regards,
    Brian Johnson

    Avatar: Webacto
    Webacto
    Participant
    October 7, 2015 at 15:56

    Due of legal matters I need to insert exactly a new checkboxoption, like showed in this image:
    http://www.lococostyle.com/feescheckbox.jpg

    http://lococostyle.com/checkout/

    How can I solve this important point?
    Please, can you tip me any .php code for trying to solution?

    thanks

    Avatar: Webacto
    Webacto
    Participant
    October 7, 2015 at 16:28

    Which is exactly the .php files where I have to add the new check-box?

    Should be correct this .php code for my esigence?

    /*********************************************************************/
    /* Add featured post checkbox
    /********************************************************************/
    add_action( ‘add_meta_boxes’, ‘add_featured_checkbox_function’ );
    function add_featured_checkbox_function() {
    add_meta_box(‘featured_checkbox_id’,’FEATURED POST ?’, ‘featured_checkbox_callback_function’, ‘post’, ‘normal’, ‘high’);
    }
    function featured_checkbox_callback_function( $post ) {
    global $post;
    $isFeatured=get_post_meta( $post->ID, ‘is_featured’, true );
    ?>

    <input type=”checkbox” name=”is_featured” value=”yes” <?php echo (($isFeatured==’yes’) ? ‘checked=”checked”‘: ”);?>/> YES
    <?php
    }

     
    add_action(‘save_post’, ‘save_featured_post’);
    function save_featured_post(){
    global $post;
    update_post_meta( $post_id, ‘is_featured’, $_POST[‘is_featured’]);
    }

    Thank you in advance for all in that you can support me

    Avatar: Brian Johnson
    Brian Johnson
    Member
    October 7, 2015 at 16:35

    Hello,

    You may add your own alert box in the Child theme simply copiyng and customizing code from following example to your fuctions.php of the Child theme:
    https://gist.github.com/thegdshop/3171026

    Regards,
    Brian johnson

    Avatar: Webacto
    Webacto
    Participant
    October 7, 2015 at 23:07

    Thank you for the code, I will try

    I never used Child Theme, how does it works?

    Avatar: Brian Johnson
    Brian Johnson
    Member
    October 8, 2015 at 06:17

    You may read about Child Thme here. It overwrites css and php files with your customization and the main advantage of it is possibility to update theme, plugins with your modifications saved separetely. It prevents your custom files from overwriting during update. Please provide us with ftp credentials to your site and we well create it for you.

    Regards,
    Brian Johnson

    Avatar: Webacto
    Webacto
    Participant
    October 8, 2015 at 15:20

    Thank you so much!!!!

    seem one basic condition for work easily in wordpress.

    I’ve just try to create mine child theme carpet, but it’s too complicate.

    Can you realize it for me???

    Thank you

    Please, contact administrator
    for this information.
    Avatar: Brian Johnson
    Brian Johnson
    Member
    October 8, 2015 at 15:37

    As i see you have already creted child theme. If you have any further questions we will be glad to answer you.

    Regards,
    Brian Johnson

    Avatar: Webacto
    Webacto
    Participant
    October 8, 2015 at 17:05

    Sorry but I’m not sure that includes all my modified files,

    does exist a automatic way for check them???

    I’ ve just also realised that there is a new theme version that was causing at my (previous) one a big quantity of display errors. And I have fear to actualize it losting all the mayoity of my customization.

    Can you help me in this process of theme actualizaction with the child theme???

    I’ll search my purchase code for testify you that I’m theme owner

    Avatar: Webacto
    Webacto
    Participant
    October 8, 2015 at 17:13

    In private content, my envato code and credentials.

    I already know that its theme actualization it’s not responsability of your support service, but two last ones give me always errors, and know I want to start to control a new way with the theme child, but I need support for its last theme update.

    Can I receive it in a special condition?
    Can you update 2.3 version with new child royal files apart for me???

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 9, 2015 at 07:50

    Hello,

    Please confirm you created back up of your files and database and we’ll update the theme for you.

    Best regards,
    Jack Richardson.

    Avatar: Webacto
    Webacto
    Participant
    October 10, 2015 at 11:58

    Yes, please
    I’ve a backup. Can you proceed?

    Thanks
    🙂

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 12, 2015 at 08:52

    Hello,

    I’ve updated your theme.

    Best regards,
    Jack Richardson.

    Avatar: Webacto
    Webacto
    Participant
    October 13, 2015 at 10:09

    Hello,

    some hours after update team, it will displayed completely distorted.

    Please, note breadcrumbs, testimonial and product grids (banner disappereads) and all general layout full of strange errors.

    At every theme upadate I’ve this kind of problem, it’s not posible
    Anyway now I need to solve with you and then control the process.

    Please, contact with your webmaster (that I already contacted for the same) for support me
    Waiting for you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 13, 2015 at 10:33

    Hello,

    In this case we recommend you to revert back to older version from your back up.

    Sorry for inconveniences.

    Best regards,
    Jack Richardson.

    Avatar: Webacto
    Webacto
    Participant
    October 13, 2015 at 11:07

    Hello,

    for how many time can I conserve my old theme version?

    And what about this kind of problem that everytime happens?

    How can I update correctly its theme the next time and evitate to lost many time an other time?

    At every update I had problems, I need understand which is your tips for process update correctly, how to test it or to solve.

    Waiting for this kind of info

    Avatar: Eva
    Eva Kemp
    Support staff
    October 13, 2015 at 11:53

    Hello,

    You’ve made a lot of changes in original theme php files and a lot of css changes.
    So after update all your modifications may be removed. You must make the changes in the child theme. If you have difficulties with moving all customizations to the child theme you should contact some freelancer who will make all customizations that you need.

    Thank you for understanding.

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 20 results - 1 through 20 (of 22 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.