DUBLICATE PRODUCT INFORMATION - by etrix

This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler

  • Avatar: etrix
    etrix
    Participant
    April 22, 2019 at 07:20

    After updating, product information is duplicated?
    https://prnt.sc/neuyqs

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2019 at 07:34

    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

  • Viewing 2 results - 1 through 2 (of 2 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.