Hi @themassapothecary,
You can check again our demo site and see that when one or many products are saved for later, there is a title “Save for later products” under the cart products as you wish
View post on imgur.com
Regards,
@miemie is there a setting for that I’m missing? Cause when I installed on my site there was no title 🙁
You can check our demo and see that “save for later” displays normally
There might be an incompatible with your theme and other plugins
In order to check if this is an issue triggered by another plugin or from inside our plugin, please follow my below instructions. I need to make sure that our plugin is functional with the basic WooCommerce & theme on your site or not.
– Create a full backup of your site and keep it in a safe place.
– Updates all current active plugins on your site to the latest versions, so do WooCommerce and WordPress, too.
– Switch the theme on your site to the WPClever theme.
– Deactivate all other plugins, except for WooCommerce & our plugin.
– Check the front-end behavior.
Please follow these steps. If after taking these steps and our plugin is working again, then it’s another plugin or theme on your site has caused this, you can find that out by reactivating plugins one by one to find the culprit.
Regards,
@miemie I have tried deactivating all plugins besides woocommerce and still have problem. I am using shoptimizer theme and can’t switch to another theme. I guess maybe its my theme which is weird but I found some different work arounds. I used the following CSS to insert text before the table where the title should be
table.shop_table.woosl_table.shop_table_responsive:before {
content: ‘Saved For Later’;
}
My problem with this is that its smaller than I want and all clumped towards the left for some reason. See screenshot. https://imgur.com/Yy8xkdS
I can add a php snippet to add the title, but I don’t know what hooks the plugin uses. What hook can I use to insert a title before the save for later table?