• Resolved moduca

    (@moduca)


    Hi, I was trying to disable images link to gift wrap product details, but changes were not reflected on front end.

    So, I have checked the code and noticed that in backend this value is been saved on “giftwrap_link” field, but in frontend is reading from “giftwrap_product_link”, so I have had to manually update this field with update_option( ‘giftwrap_product_link’, ‘no’ ); and this worked great!

    I think you should fix this in a next version.

Viewing 1 replies (of 1 total)
  • You’re absolutely right, good catch. I’ve patched it for now and it will definitely be in the next version. Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Error on plugin options’ is closed to new replies.