I get this same issue, when i update the cart sometimes it shows all the deal details, and sometimes it doesn’t (list and crossed out prices – either there or not there). The price however always seems correct.
Plugin Author
vark
(@vark)
Hi to both,
Sorry I missed your original post, Cecily. You are experiencing one of two things:
(1) insufficient memory
(2) a module conflict
Here’s how to look for each of these issues:
(1) insufficient memory
You need a minimum of 64mb memory for your site, to run Woocommerce + Pricing Deals successfully. Do you have that?
– In wp-admin, please go to Woocommerce/System Status and look for WP Memory Limit.
– ** I recommend 96-128mb*** .
– First, –contact your Host– and request the memory change in the php.ini (this should be FREE from your Host).
– Then you need to update your wordpress wp_config.php file:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
— *** BOTH *** of these actions must be done, in order for the memory change to be accomplished.
(2) a module conflict
First, do you have a caching plugin or does your HOST offer caching services?
If so, please clear plugin cache,
turn off caching. Test. If that isn’t it, carry on…
To track down a module conflict, you can:
(1) Install and activate a maintenance mode plugin (if desired)
(2) deactivate ***all*** plugins except Woo, my 2 plugins (and maintenance mode plugin)
(3) ** switch to a clean default theme like 2014 **
(4) test. if good, add 1 module back in. Retest.
(5) rinse and repeat until conflict identified.
Best,
Vark