Final test site details to finish and migrate

This topic has 6 replies, 2 voices, and was last updated 2 months, 3 weeks ago ago by Luca Rossi

  • Avatar: LVRB Love's Rebel
    LVRB Love's Rebel
    Participant
    July 25, 2024 at 01:58

    Hello guys, how are you?

    My site is almost finished and I have some queries regarding migration, configurations and site data.

    1. I configured my website so that users must register to purchase, therefore when they add products to the cart and want to go to checkout, the window to log in or create a user appears. The problem is that when they register or log in, instead of continuing the purchase to the checkout, the user is directed to the “my account” page, which can confuse my customer by having to return to the cart. Can you help me with a code or CSS so that once they register they return to the checkout or to my account as appropriate?

    2. When I migrate, will all settings in code, CSS, etc. be kept intact?

    3. Can you review my site and see if it is 100% optimized before migrating and after migrating to get the best performance and shopping experience for my customer?

    4. Are the shipping zones, shipping prices, coupons deconfigured when you migrate?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    July 25, 2024 at 09:44

    Hi @LVRB Love’s Rebel,

    1. Please take a look at this custom code: https://stackoverflow.com/a/47952568/2660153.

    2. Yes, all the settings, CSS, JS, … will stay the same. We suggest you to try with the following plugins:

    https://wordpress.org/plugins/updraftplus/
    https://wordpress.org/plugins/all-in-one-wp-migration/

    3. Google PageSpeed: https://pagespeed.web.dev/?hl=en and GTMetrix: https://gtmetrix.com/ are the best tool to check your website speed.

    4. With the above migration plugins, you don’t have to re-config.

    Best Regards,
    8Theme’s Team

    Avatar: LVRB Love's Rebel
    LVRB Love's Rebel
    Participant
    July 25, 2024 at 14:39

    Hello.

    1. Can you help me with the specific code that you must place in Code Snippets so that when I log in or register, it takes me to the checkout or cart? Analysis indicates poor performance of less than 30% on mobile and desktop.

    3. I know these sites to analyze the speed of my website, but my question is how do I configure the Xstore theme for maximum performance and make my site work 100% optimized?

    Before I used other plugins like “Lite speed cache”, but according to their recommendations it is better to optimize everything from the same theme.

    Please I need the specific solution for these points since that is why I paid for the theme and extended its support.

    Avatar: Justin
    Luca Rossi
    Support staff
    July 26, 2024 at 12:02

    Hi @LVRB Love’s Rebel,

    1. Please try with the provided codes there: https://stackoverflow.com/a/47952568/2660153.

    2. Please follow these articles:
    https://www.8theme.com/documentation/xstore/theme-installation/main-theme-options/#Speed-Optimization-options-pAarP
    https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/

    Please I need the specific solution for these points since that is why I paid for the theme and extended its support.

    3. Please be aware that website speed optimization falls outside the standard scope of support services we offer. For more details on what our support entails, please refer to the Envato privacy policy: https://themeforest.net/page/item_support_policy.

    Should you require personalized customization services, we invite you to submit a request through our customization panel at the following link: https://www.8theme.com/account/#etheme_customization_panel. This will allow you to engage directly with our technical team.

    Please note that customization services are subject to additional charges. The exact amount will be determined after a detailed review of your request.

    Thank you for your attention to this matter.

    Best regards,
    The 8Theme Team

    Avatar: LVRB Love's Rebel
    LVRB Love's Rebel
    Participant
    July 26, 2024 at 15:37

    You are answering me the same as the previous message.

    Of all the codes that appear, I need you to tell me which one or which ones to use specifically, because too many appear and I need a specific one (as does Jack R., the assistant who has answered my other questions before).

    Regarding the optimization of the site, options appear in the customizer that help with optimization, I need that configuration to be reviewed to know if it is configured correctly, not for you to send me a generic response message.

    Avatar: Justin
    Luca Rossi
    Support staff
    July 27, 2024 at 19:20

    Hi @LVRB Love’s Rebel,

    Of all the codes that appear, I need you to tell me which one or which ones to use specifically, because too many appear and I need a specific one (as does Jack R., the assistant who has answered my other questions before).

    add_filter( 'woocommerce_registration_redirect', 'custom_redirection_after_registration', 10, 1 );
    function custom_redirection_after_registration( $redirection_url ){
        // Change the redirection Url
        $redirection_url = get_home_url(); // Home page
    
        return $redirection_url; // Always return something
    }

    Please change get_home_url(); to your cart/checkout URL.

    For the optimization settings, we explain very clearly so you just need to follow them:

    https://prnt.sc/F3Q9BsCmWANc

    Best regards,
    The 8Theme Team

  • Viewing 6 results - 1 through 6 (of 6 total)

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

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