David
asked 8 years ago

Is DW-Store compatible with the latest update to WooCommerce?

david rummelhoff
replied 8 years ago

I discovered that the DW Quick View plugin is responsible for the inability to add variable products to the cart. Once DW Quick View is disabled, the site works again. Obviously, this isn’t acceptable though, since the DW Quick View plugin adds important functionality to the DW Store theme.

dominic Staff
replied 8 years ago

I understand your mood this time, it’s a confusion from myself. We are checking and fixing all the issue that you mentioned here and update it now. We will release and send to you a new update package of the DW Store theme. Sorry about that, my friend.

2 Answers
DominicStaff
answered 8 years ago

Yes, you can update to the latest version of WooCommerce. However, when you update the WP 4.4.1, the image switcher is not working anymore, you can add the following code to the functions.php file:

add_filter('wp_get_attachment_image_attributes', function($attr) {
    if (isset($attr['sizes'])) unset($attr['sizes']);
    if (isset($attr['srcset'])) unset($attr['srcset']);
    return $attr;
}, PHP_INT_MAX);
add_filter('wp_calculate_image_sizes', '__return_false', PHP_INT_MAX);
add_filter('wp_calculate_image_srcset', '__return_false', PHP_INT_MAX);
remove_filter('the_content', 'wp_make_content_images_responsive');

Hope this helps !

david rummelhoff
replied 8 years ago

I’m beginning to think you were wrong.

First, I noticed that the Quick View function no longer works since updating.

Now, I have found that I get an error message when attempting to add a variable product to the cart:
"Please choose product options…"

Of course, that error is showing up no matter which options I have selected.

david rummelhoff
replied 8 years ago

It gets worse!

http://screencast-o-matic.com/watch/cDVrY6hHY6

Fresh install of WordPress and WooCommerce and DW-Store. Import content fails and destroy all but two tables. This needs to be fixed urgently!

david rummelhoff
replied 8 years ago

I discovered that the DW Quick View plugin is responsible for the inability to add variable products to the cart. Once DW Quick View is disabled, the site works again. Obviously, this isn’t acceptable though, since the DW Quick View plugin adds important functionality to the DW Store theme.

Jackie Lord
answered 8 years ago

Hi David,

I’m a manager of DesignWall, and I’m sorry for the trouble that you encounter. I’m just pass your issues to our technical team. And they are updating WooCommerce files of DW Store.

The Import content feature will be replace with the new one-click-update feature next week for all our themes.

For DW Quick View, we will check your issue and give you more details soon.

Regards, Jackie

david rummelhoff
replied 8 years ago

Jackie, I appreciate you guys resolving this in a reasonable timeframe. But the submenus are broken with the update.

dominic Staff
replied 8 years ago

I have checked on our demo and see that it’s issue come from DW Mega menu plugin, please help me deactivate this plugin. Because, in the latest version we have removed it and included it into theme. We will remove it and update it now.

Powered by DW Question & Answer Pro