This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
After updating, product information is duplicated?
https://prnt.sc/neuyqs
Hello,
Thanks for using our theme.
Please find this code https://prnt.sc/nd31xp in xstore/framework/woo.php file
if( (etheme_get_option('single_layout') == 'fixed' && in_array(etheme_get_custom_field('single_layout'), array( 'fixed', 'standard' )) ) || etheme_get_custom_field('single_layout') == 'fixed' ) {
and change to http://prntscr.com/nd32po
if( (etheme_get_option('single_layout') == 'fixed' && !(in_array(etheme_get_custom_field('single_layout'), array( 'small', 'default', 'xsmall', 'large', 'center', 'wide', 'right', 'booking'))) ) || etheme_get_custom_field('single_layout') == 'fixed' ) {
Edit woo.php file via FTP.
Also, this will be fixed in the next update of XStore.
Regards
You must be logged in to reply to this topic.Log in/Sign up