amatuer33
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] Woocommerce External/Affliate ProductsThanks Curtis. I am currently running the plugin on a staging site to test before pushing it live. If that functionality isn’t there, that is ok. I just wanted to make sure I was not missing something. I look forward to giving it another look in the future when you have time to tweak the plugin. Thanks for the time you donate to the development of this kind of stuff!
- This reply was modified 5 years, 7 months ago by amatuer33.
Forum: Plugins
In reply to: [Exit Notifier] Woocommerce integrationThanks for your great work on this plugin. I am having a similar issue with the external product on woocommerce. I suspect its due to an adjustment the theme makes to the class selector.
Here is what I have as part of my external/affiliate URL button in woocommerce. I am unable to get the pop up to fire on the actual product pages. However, it works on the category pages.
Here is the code on the button on the product pages that fails to show the pop up:
<form class="cart" action="https://www.aberdeenhomerepair.com/store/quick_location.php?id1=1758&qty1=1&loc=https://www.aberdeenhomerepair.com/store/?tid=3" method="get"> <button type="submit" class="single_add_to_cart_button button alt">Order Now</button> <input type="hidden" name="id1" value="1758"><input type="hidden" name="qty1" value="1"><input type="hidden" name="loc" value="https://www.aberdeenhomerepair.com/store/?tid=3"> </form>
Here is what I have for the code on the button on the category pages which works correctly:
<a href="https://www.aberdeenhomerepair.com/store/quick_location.php?id1=1758&qty1=1&loc=https://www.aberdeenhomerepair.com/store/?tid=3" data-quantity="1" class="button product_type_external exitNotifierLink" data-product_id="4648" data-product_sku="130266-W" aria-label="Buy “PC51-30W Range Hood White 30"”" rel="nofollow">Order Now</a>
It seems I may need to add something to the Jquery selector settings for this. I currently have this in that setting:
a[href*=".aberdeenhomerepair.com"]
to only fire on a specific URL.Can you offer any guidance?
Hi Ahmed,
I have already had those fields updated before I sent the inquiry. But here is a screen shot for your review:
The error still persists as shown in the original post. Any other ideas?
Thank you for creating the plugin. Works great overall, we even paid up for the ads add-on. We are using Version 0.8.6.1 which seems to be the most recent version. Any ideas on what may be causing this issue with structured data?