This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Good night,
I need help .
Site – > http://www.prasmeninas.com.br
1 ) Shop : Paging not working
2 ) Registration: How do I change the layout ?
3 ) Shopping cart : Putting the freight as required field ?
4 ) Where should I change the structure of the cart page , checkout ?
Hello,
You site isn’t loading.
Have you spelled it correctly?
To change layout on Registration page you need edit the file et-registration.php in wp-content/themes/idstore directory.
To modify Cart and Checkout pages you need edit the files in wp-content/themes/idstore/woocommerce/cart and wp-content/themes/idstore/woocommerce/checkout directories.
We recommend you to make changes in a child theme.
Thank you.
Regards,
Eva Kemp.
Good night,
Yes, is correct -> http://www.prasmeninas.com.br/
Hello,
Unfortunately we still can’t access your site.
Is you host blocking some IPs or there is some restriction?
To fix the issue with pagination you need edit the file idstore/woocommerce/loop/pagination.php and replace the code
'base' => esc_url( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', htmlspecialchars_decode( get_pagenum_link( 999999999 ) ) ) ) ),
with this one:
'base' => esc_url_raw( str_replace( 999999999, '%#%', remove_query_arg( 'add-to-cart', get_pagenum_link( 999999999, false ) ) ) ),
Could you please show a screenshot what you want to achieve concerning your 3rd question?
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up