DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] Works with inventory/stock?Hi @freshyjon, Giftable for WooCommerce will respect Stock Qty,
So Yes – Gift will not be offered if its out of stock.- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift Not Added to CartWhen you test -> disable Cache (Clear all cache, OP cache etc.)
– You shouldn’t cache CART & CHECKOUT pages
Configuring caching plugins
—————–
Did you try a different theme?
Do you have auto add to cart or custom AJAX functions?
—————–
Minimum PHP version is 5.6- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Giving 2 gifts instead of 1Hi, @helencham
Giftable don’t have a quantity for gifts – so the only way to make it work is to clone product/gift. (Every gift must be unique gift/product)@helencham As you already cloned the gift and made it work, I will close a ticket.
Kind Regards- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Issues applying multiple stacked rulesHi @demon4743,
You cant overlap/stack Gift categories like that (you then need to clone Gifts/Products for every category…).
I think that you are looking for BOGO plugin (buy one get one plugin solution) as it suits your needs better.Small list of Buy One Get One plugins
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Choose a gift (only 1)If your gifts are unique (they are just gifts not products),
you can create 3 Categories like this:
1. Category for min 0 max 100 (cat1 gifts)
2. Category for min 101 max 200 (*clone gifts cat1 + cat2 gifts)
3. Category for min 201 max 300 (*clone cat1 and cat2 gifts + cat3 gifts)Product Data: Gift *hide product from displaying in shop list *image screenshot
– Kind Regards
Forum: Plugins
In reply to: [Giftable for WooCommerce] Choose a gift (only 1)I think that your user case isnt covered with Giftable, but feel free to experiment.
– Kind Regards
Forum: Plugins
In reply to: [Giftable for WooCommerce] Choose a gift (only 1)Hi @oramweb, did you try to create 3 different Gift categories ?
Gift category 1 (Amount condition min 0, max 100)
Gift category 2 (Amount condition min 101, max 200)
Gift category 3 (Amount condition min 201, max 300)*also note that every gift category has a “Number of gifts allowed” field, you can add 100 gifts to that condition, but user can select only 1 if Number of gifts allowed is 1)
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Cannot Edit ConditionsAny way that you are on SG?
– Could you please disable your Cache plugin and try like that ?
– Clear server cache, memcache, opcache ?
– Custom script/hook for Ajax in functions ?*If top things don’t resolve anything, then try to enable debug Debugging_in_WordPress
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Fatal error: Allowed memory size exhaustedThank you for reporting back @osimiso, glad you resolved the problem.
Maybe this can help:
Reduce the number of revisions that are saved (every time you edit post, product, page revision is saved)
define( 'WP_POST_REVISIONS', 2 );
Revisions WordPress CodexBACKUP website
Optimize with WP-Optimize plugin:
WP-Optimize WordPress pluginCleaning:
Delete all security logs (iThemes Security, WordFence…),
Delete unused Products, Posts, also clear/reset Server logs (CPanel or ask Host to do it)
Delete old orders (that you dont need, PDF slips etc..)- This reply was modified 8 years, 7 months ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Fatal error: Allowed memory size exhaustedMost of the time “Allowed memory size…” is about low memory.
Try to changedefine( 'WP_MAX_MEMORY_LIMIT' , '512M' );Exhausted memory is often because of an infinite loop in your code.
Try to deactivating all plugins, and try switching to the Twenty Seventeen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).Clone a website to local dev environment – to be sure its not some hosting thing (memory limit, or other limit)
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Issue was custom script for: woocommerce_ajax_variation_threshold
All fixed and working now.Thanks @stjert
WP_DEBUG_LOG is enabled ?
It could be that there is some plugin conflict, could you send us a list of plugins you are using for WC ?- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Do you have everything updated to latest version?
– PHP minimum 5.6
– WooCommerce minimum version is 3.1
– Cache is disabled on Cart, Checkout pages?
– Update all plugins that are for WooCommerce features
– Browser console ? debug
– Debug informations (WP_DEBUG_LOG?)Forum: Plugins
In reply to: [Giftable for WooCommerce] fatal error@james-longly Closing this as issue was detected, PHP 5.4
Minimum requirements:
– PHP 5.6
– WooCommerce 3.1@james-longly Thank you for your report, we will try our best to help you via email or open new ticket.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] fatal error@evepokua Please open a new ticket.
– Check that you have latest WooCommerce 3.1.2 (we require 3.1 and up)
– Check CACHE – Cache should be disabled on Cart, Checkout
– Share a URL and debug.log so we can take a look *if nothing is inside debug.log – then you have maybe Cache or Script issue on your “Cart Page” (Debugging in WordPress)- This reply was modified 8 years, 8 months ago by DecomTeam.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.