DecomTeam
Forum Replies Created
-
hi @support321 if I understand, you want:
1. Buy Product1 and get Product2 ?
– if thats correct that goes to BOGO plugins (Buy one, Get one) – as Giftable isnt created to be BOGO
– you can give gift, but you cant display GIFT anywhere else than on CART page via Giftable plugin (you must use custom code or other plugin)
2. There is default WooCommerce thing Up-Sells and Cross-Sells maybe you dont even need a plugin
3. You can always use hooks to add custom things toproductpage
– list of hooks and default places you can use Hookswoocommerce_after_single_productorwoocommerce_after_add_to_cart_form– list of all hooks on single product
4. as sometimes you dont even need a plugin, WooCommerce codex: auto add product to cartForum: Plugins
In reply to: [Giftable for WooCommerce] Conflicts with Mailchimp for WooCommerce plugin@hrawl as a FREE plugin we are time limited, so I think we cant help you without more detailed infos ( errors, notices, debuglog… )
To be able to assist you, you should provide:
1. debug_log Debugging in WordPress
2. check Browser DevTools console for conflicts (red errors)
2. try with different theme a Storefront, maybe you are having some custom code in current oneThank you @centurimk for your solution, hope it help others.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Variations@segmant thats something different as WooCommerce doesnt have native subscription, you used other plugins that maybe doesnt work with Giftable, we are time limited so we will be little help with other plugin conflicts etc. as we cant test that
@centurimk we need that meta to check is product a giftable or not, but you could ask PDF invoice developers to help you hide it, they maybe have some hook/filter to hide things like thi:
'_is_giftable', 'yes'Forum: Plugins
In reply to: [Giftable for WooCommerce] Variations@segmant it works with variation products (must put price, sku etc for all variations), we dont recommend it as shop/gifts/etc experience should not be complicated.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Problems with WPML and second languageHi @otelo1978 go to WPML and find Classic/Normal editor, EDIT all your Gift products with Classiec editor and save (they are missing checkbox for Gift).
https://wpml.org/documentation/translating-your-contents/using-the-translation-editor/
Another resolved support post with maybe the same issue
- This reply was modified 7 years, 2 months ago by DecomTeam.
@zrinard I just checked the link, your website is working but you are having some theme issues:
1. Mixed content (install Really Simple SSL plugin and activate)
– check is it working then, this could be your issue (not 99% sure)
2. This is theme issue, so could be a time to get help from your theme developer , to check why image HTML is converted…Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift Not Showing In Order ConfirmationHi @moonshotmg – that could only happen if you are using PayPal Express, short: they dont accept items that are 0$… item must be at least 0.1$
Detailed answer about PayPal express.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Unable to add gift to cartHi @storefot in 90% cases its Theme issues:
1. Try to change theme tostorefronttheme (not edited)
2. Enable WP_DEBUG and check for erros
3. Check your Browser console for (red) errors
—
4. Try to disable some plugins (shipping, cart, checkout page plugins)@zrinard have in mind that you are having
themeissues and notpluginissues, your theme could have different CSS for mobile/tablet did you try to enable buttons again with CSS, they could be hidden:#dgfw-choose-gift button.dgfw-add-gift-button { display: inline-block !important; }Forum: Plugins
In reply to: [Giftable for WooCommerce] User role as except?Hi @minglulee unfortunately we don’t have plans to include that, even with all this conditionals
it gets complicated– and we try not to over complicate things.
– also its easy to create new user role and exclude users that you dont want -> without touchinggeneralones from WordPress/WooCommerceForum: Plugins
In reply to: [Giftable for WooCommerce] Not working with Flatsome theme@minglulee Thank you
Forum: Plugins
In reply to: [Giftable for WooCommerce] Slows Down my site around 3 seconds.@kk305 I just checked your website and
Select Optionsis working and can add product with variation, happy that its working for you.I checked all files, combined JS/CSS = 50KB, you are free to use combine CSS but just dont
cachecart, checkout page@zrinard most of the time its small conflict and to debug things you must enable WP_DEBUG and try to fix issues that are there (notices arent important right away) – you can try to check Chrome DevTools console for script issues (red colored) , could be some small conflict that stop script from working.
– dont forget to disable cache on Cart,Checkout pages