This topic has 6 replies, 3 voices, and was last updated 4 years, 3 months ago ago by Olga Barlow
Hi guys, Is there a way to avoid people to get to the shop if my site is only one product?
Like when someone clicks here:
https://prnt.sc/to52li
Many thanks in advance!
Hi,
Please read this topic – https://www.8theme.com/topic/return-to-shop-on-cart-page/
Regards,
Hung PD
Ok, i have check it, copy but don´t know how to change the link.
this is the code I need to change?
<?php if ( wc_get_page_id( 'shop' ) > 0 ) : ?>
<p><a class="btn" href="<strong><?php echo get_permalink(wc_get_page_id('shop')); ?></strong>"><span><?php esc_html_e('Return To Shop', 'xstore') ?></span></a></p>
<?php endif; ?>
some in this other code:
<?php if ( wc_get_page_id( 'shop' ) > 0 ) : ?>
<a class="return-shop" href="<strong><?php echo get_permalink(wc_get_page_id('shop')); ?></strong>"><i class="et-icon et-<?php echo (is_rtl()) ? 'right' : 'left'; ?>-arrow"></i><?php esc_html_e('Return to shop', 'xstore') ?></a>
<?php endif; ?>
And how do I send the client back to the home page? many thanks
Hi,
Please send:
– FTP info (server, username, password, port)
– Admin info (wp-admin URL, username, password)
I will check this problem for you.
Regards,
Hung PD
ok, sending the access
many thanks!
Hello,
Check now. Changes were made in
xstore-child/woocommerce/cart/cart-empty.php
xstore-child/woocommerce/cart/cart.php
Regards
You must be logged in to reply to this topic.Log in/Sign up