mfmdc
Forum Replies Created
-
Thanks @hectorgc! Our site does not have the Ajax add to cart or the redirect enabled. Are there other settings that might cause this issue? It worked previously, which is what is confusing me.
Hi,
Apologies, I turned off the gift card product because people were buying them and then having a gift card with a zero value/balance so that is why the URL was not working. I’ve re-published it and marked it as hidden, so the URL should work for you now.
We are running version Version 2.4.0 of Gift Cards, on version 6.0.0 of WooCommerce.
Hello,
We are having this exact same issue. Previously, it worked fine.
Forum: Plugins
In reply to: [WooCommerce] Customizing product category templateGood idea—I hadn’t, but just tried that and nothing happened.
I’m trying to add this menu bar to the page, which is through a plugin:
<?php if ( function_exists( 'groovy_menu' ) ) { groovy_menu(); } ?>But, to test that it isn’t an issue with that specific code, I also just put random stuff in there—nothing shows up. I’m starting to feel like a crazy person.
Forum: Plugins
In reply to: [WooCommerce] Customizing product category templateI’ve read conflicting information on which template file is the product category page that I’m referencing above, so I tried on these four:
content-product.php
taxonomy-product-cat.php
archive-product.php
content-product-cat.phpNothing happened—meaning the changes I implemented did not show up.
Thanks!