DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] Consumme lot of memoryHi @contremaitre , I think we dont support that version of PHP (5.6 and up only),
there must be alot of errors in debug_log…– Please switch PHP version to 5.6 or 7.1,7.2
(7.x could speed up your WP by 20-30%)
* https://wordpress.org/support/topic/minimum-requirements-5/Forum: Plugins
In reply to: [Giftable for WooCommerce] Consumme lot of memoryHi @contremaitre , could you provide more informations:
– how many products you have
– what conditional are you using
– PHP version
– Apache or NgixHi @vijantis , this is because you didnt fill all fields (SKU, Price..)
– could you fill all fields and tryForum: Plugins
In reply to: [Giftable for WooCommerce] Where is the setting?Dear @microbit conditionals, gift amount etc. you are controling them inside Gift category.
– this plugin is not replacement for BOGO ( Buy one, Get one plugin) … gift needs to be unique for every category as we dont allow one gift multiple times ( no quantity for gift item ).Gift global settings are for textual part (gifts title, free text…)
Forum: Plugins
In reply to: [Giftable for WooCommerce] Add the option %discounts on merchandise gift@superdog2017 , in some EU countries – GIFT must be GIFT (zero price) or its not a gift (legaly) – to change our plugin to work with pricing/prices would be hard as we didnt create plugin in that way.
– I know you can do some part of your idea with Chained Products + Dynamic pricingForum: Plugins
In reply to: [Giftable for WooCommerce] Add the option %discounts on merchandise giftHi @superdog2017 – I think there are already plugins that can do that:
– Dynamic Pricing or WooCommerce Points and RewardsForum: Reviews
In reply to: [Giftable for WooCommerce] Very weak supportHi @gumitsa, thank you for your review, I guess you should not jump to other peoples posts. You had your ticket and answer, where your theme doesn’t support AJAX on Cart (that is part of WooCommerce since 2016)
- This reply was modified 7 years, 5 months ago by DecomTeam.
Hi @gumitsa – it looks like your theme isn’t using AJAX on CART page and that is a requirement for our plugin to work, when you remove or update the quantity a cart page should not be reloaded.
How to verify this?
– try StoreFront theme and see is it working if it’s working then the issue is your theme and that should be fixed by developer or theme creatorForum: Plugins
In reply to: [Giftable for WooCommerce] plugin conflictHi @photogenic- never used that plugin if you use their premium plugin you could ask their support for help.
– You could create special gifts (gifts that will be only gifts – without variables) ?Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift for regular items (disable sale items)@borish1 that could work, easier would be maybe to edit plugin file in
/public/public.php
– we don’t countcoupon codesat all – not sure will we integrate that part.
– if yourproductshave customcategoryor somewhattag– you could try toexcludetheme via that tag, category- This reply was modified 7 years, 5 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift for regular items (disable sale items)Hi @borish1, not sure did I understand but you can change from
subtotaltototalprice calculation,
giftable-for-woocommerce/includes/CriteriaAmounts.phpfromWC()->cart->subtotal to WC()->cart->totalForum: Plugins
In reply to: [Giftable for WooCommerce] Gifts are not provided in second WPML languageHi @bananamix,
Try
Settings – Native WooCommerce product editthen translate every Gift – and re-check do they havegift categoryandgiftcheckedFrom our FAQ section: You will need to translate all gift categories, gifts and giftable products and set them up in each language separately though.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift selections don’t show on Order DetailsFrom screenshot 1 – I can see there is a product, so the missing button is
theme issue– not a plugin one, we are calling your themetemplate.
1. Inspect that element maybe the button is just hidden with CSS
2. use StoreFront theme and confirm is it working thereNotice: have in mind you can use
Simple Productwith a price999$and mark it as Giftable – it will be free if its used from Giftable carousel (your screenshot 1)Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift selections don’t show on Order DetailsWe dont support
Checkoutpage – we only offer gifts onCartpage
– your product must have SKU and In stock as minimum- This reply was modified 7 years, 5 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift selections don’t show on Order DetailsHi @spielman, Giftable product is
acting as normal product, we dont clone anything so item should be in email + order, showing Name and Price 0,00$
– could be that you are using some custom functions for orders, or email templates?
– every item/variation must have all informations SKU, Price…