DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] Show available gifts on checkout page?Not in an easy way, you can try to clone plugin – and extend plugin to your needs, we didnt test that use case.
- This reply was modified 9 years, 1 month ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] No gifts on cart page– WordPress version
– WooCommerce version
– Theme you are usingPlease send us screenshot of backend (Gift category – how did you setup it, did you put date range, amount, etc..)
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Add buttons at single product page?You can easy add extra button “Back to cart” with hooks:
WooCommerce Hook Referenceadd_action( 'woocommerce_single_product_summary', 'my_funtion_sample', 30 ); function my_funtion_sample() { global $product; echo '<a href="URL">Back to cart</a>'; }- This reply was modified 9 years, 2 months ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Automatically add gift– We don’t have “automatically add to cart”
– We don’t have “popup”Forum: Plugins
In reply to: [Giftable for WooCommerce] variable product problem– PHP version ? (minimal PHP version required is 5.6+)
– WordPress version
– WooCommerce version
– Theme you are usingAlso We cant know whats going on with your website if you dont show us DEBUG ?
– open Chrome DevTools – Console – and check are there errors
Chrome Dev Tools
– enable WordPress DEBUG
Enable Debug in WPdefine( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Display of errors and warnings define( 'WP_DEBUG_DISPLAY', true);- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Reviews
In reply to: [Export for MemberPress] Doesn’t seem to export members1. We never said it export members, as It outputs activity
– please read FAQ and Description before using plugins2. You can have 1 milion of members, but all of them must have Membership (and Real Transaction) – you cant add users manual – they must have real transaction in MemberPress (most of people dont have this, as they import or add them manual and think it will work)
Kind Regards
Forum: Plugins
In reply to: [Giftable for WooCommerce] Compatibility with WPML– I guess you missed something,to check product (giftable) or something else.
1. Make sure in both languages product data GIFT or GIFTABLE is selected

[ Signature deleted ]- This reply was modified 9 years, 3 months ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Reviews
In reply to: [Export for MemberPress] Can’t turn it onIf you dont know how to use it – then you should open Support Ticket – not a review.
– Do you have latest version of MemberPress installed ?
* as this is add-on for MemberPress not stand alone plugin..Please open support ticket if you need our help, minimum requirements are: PHP 5.6 and MemberPress plugin.
- This reply was modified 9 years, 3 months ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin work but…..Our condition for Items and Amount = is for cart SUM (sum of all items), so if you get 10 X Shirts and 1 other product – then condition will not work, I think you need Dynamic pricing or bogo (buy one, get one) specific plugin like:
Kind Regards
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin work but…..To give 1 gifts multiple times – you must clone Gift (2 times) – as you cant add 1 gift multiple times to cart (must be unique gift, cant add 1 gift multiple times or with quantity of 2..)
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin work but…..Buy Red T-shirt 5pcs. + Blue T-shirt 5pcs (I don’t want this),
– if color is variation – then it will be hard to make it to work, we have plans for future to extend giftable for better support of variable products (right now we don’t have condition to check variable quantity).
– plus when working with giftable best way is to have a gift as an unique product (checked as Giftable)– But you can always create custom function, to check for product (variable and quantity) in cart – then apply a free gift, here is a example: WooCommerce Docs
- This reply was modified 9 years, 4 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin work but…..1-3. You can try to combine conditions: Product (set Product minimum quantity )+ Items (set min 9 and max 10)
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Can see gifts, but will not add to cartWithout any debug infos – we are in dark, did you debug PHP, JS.. ?
– Add to cart is done via AJAX, so if something is blocking AJAX calls or if you have cache (and you shouldn’t have it on Cart, Checkout etc. pages) – that could be an issue.
- This reply was modified 9 years, 4 months ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
After the test of cloned site, we couldn’t find anything wrong with a giftable plugin, woocommerce or storefront – as (cloned site) is working without mentioned issues.
– The log shows that there are other plugins (with errors + notices), so the only thing that could produce a white screen, in this case, is the lack of memory – or – that server firewall is blocking URL.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
We tested Giftable with StoreFront (and WooCommerce Germanized) – and didn’t notice any issues,
could you please enable and include your DEBUG_LOG here (Pastebin, gist) so we can investigate more.———–
Wir haben Giftable mit StoreFront (und WooCommerce Germanized) getestet – und bemerkten keine Fehler bzw. Probleme, Können Sie bitte Ihren DEBUG_LOG aktivieren und hier an uns weiterleiten (Pastebin, gist), damit wir dem tiefgehend nachgehen können.———-
How to Enable debug in WordPress- This reply was modified 9 years, 5 months ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.