datafeedr
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Custom Button CallSorry for the late reply…
You’ll need to use the get_product_url() method in order to get the cloaked URL for an external WooCommerce product.
Something like this: $product->get_product_url();
Hope this helps!
Forum: Plugins
In reply to: [Media Library Filter] PHP warningsThanks, should be fixed now in v1.0.8
Forum: Reviews
In reply to: [Datafeedr WooCommerce Importer] Top quality plugin with outstanding supportThanks @tidy!
Hi
You can opt-in by adding the following line of code to your custom plugin (how to create a custom plugin):
add_filter( 'dfrpswc_enable_product_update_handler_feature_flag', '__return_true' );Hope this helps!
Eric
Forum: Reviews
In reply to: [Datafeedr WooCommerce Importer] Fantastic supportThanks @bertrand66!
Forum: Plugins
In reply to: [Datafeedr Product Sets] Products GridNo, this plugin isn’t for making grids. You can use this plugin to import affiliate products into your WooCommerce store. Your WooCommerce plugin can make a grid of products.
Hope this helps!
Forum: Plugins
In reply to: [WooCommerce] How to auto generate product table ?You’re very welcome! 🙂
Forum: Plugins
In reply to: [WooCommerce] How to auto generate product table ?@bertrand66 I’m glad it’s working for you!
You do not need to change
HOUR_IN_SECONDS. That is a constant which is equal to 3600 (one hour expressed in seconds).If you want the updater to run once per day instead of once per hour change
HOUR_IN_SECONDStoDAY_IN_SECONDS. That’s it!If you need additional support please submit a support ticket or email us directly at help [at] datafeedr [dot] com.
Thanks,
EricForum: Plugins
In reply to: [Datafeedr API] error published product@tekoneko I’ve replied to your other thread. I’m closing this thread to avoid two threads discussing the same issue.
If you need additional support please submit a support ticket or email us directly at help [at] datafeedr [dot] com.
Thanks,
EricForum: Plugins
In reply to: [WooCommerce] error published product@tekoneko Can you try adding this code to your custom plugin? That should help with this issue.
If you need additional support please submit a support ticket or email us directly at help [at] datafeedr [dot] com.
Thanks,
EricForum: Plugins
In reply to: [WooCommerce] How to auto generate product table ?Forum: Plugins
In reply to: [Datafeedr WooCommerce Importer] plugin not pulling in productsCan you try bumping with priority a couple of Product Sets? https://datafeedrapi.helpscoutdocs.com/article/46-update-a-product-set
Forum: Plugins
In reply to: [Datafeedr WooCommerce Importer] plugin not pulling in productsCan you try going here WordPress Admin Area > Product Sets > Configuration and clicking the [Save Changes] button at the bottom of the page?
Forum: Plugins
In reply to: [Ads by datafeedr.com] Post Pages Don’t Render ShortcodesThat’s really strange… Can you preview your site using another theme to see if the shortcode works? That will rule in/out the theme being the issue.
Forum: Plugins
In reply to: [Ads by datafeedr.com] Post Pages Don’t Render ShortcodesDid you already check the “Enable shortcodes in Text Widgets:” option here WordPress Admin Area > Settings > Ads?