DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] When changed cart’s quantity, plugin have issue.Hi @lmn40227 as a FREE plugin (that have all premium things for FREE) – we cant afford time to give you support for every step – for that you need a developer.
Video where everything works like it should: Video of Cart page working on your site
1. CACHE (should/must be disabled on CART,CHECKOUT pages)
2. SiteGround Hosting? Siteground have 2-3 levels of Cache (you should contact them and say that you have eCommerce SHOP – so they can whitelist a things for you)
– you can clear cache from CPanel, SiteGround levels of cacheForum: Plugins
In reply to: [Giftable for WooCommerce] Edit gift category takes for really long timeHi @lmn40227 504 is timeout error.
– Minimum PHP version is 5.6 (we dont support lower than that)
– Try to change memory limitdefine( 'WP_MEMORY_LIMIT', '512M' );
—this memory limit line should go to wp-config file
– You must try disabling other plugins to be sure its not some kind of conflict
– Try different theme like StoreFront*Its hard to help without real errors, here is a link to help you:
Debugging in WordPress– Also have in mind, we dont support coupon codes (we will not remove gifts when coupon code is used)
Forum: Plugins
In reply to: [Giftable for WooCommerce] Not working with Flatsome theme@nitrro888 (child) style.css should work:
#dgfw-choose-gift button.dgfw-add-gift-button { display: inline-block; }Forum: Plugins
In reply to: [Giftable for WooCommerce] Overriding other gift categoriesHi @avabusiness , we never created our plugin to be able to
overlapcategories (stack categories) – becausegiftsshould be simple thing with 2 to 3 conditionals and thats it.Every gift category is unique and every gift category should have
unique gifts, thats the mindset we had when we created this plugin.
– So I think you will not be able to do Cat1, Cat2, Cat3 in that way as we dont have any kind ofcategory stackingForum: Plugins
In reply to: [Giftable for WooCommerce] Gift wrapper not visible on ENG pageSolution:
1. WPML Settings > Manual translation
2. WooCommerce traditional translation
3. Gift/Product – checked for new laguage Giftable & Giftable categories -> Save
—–
Its working with both translations now, WPML didnt copy checked options (Giftable and Gift categories on product)Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift wrapper not visible on ENG pageYou could try settings from
the first image– manual translation,
so you translation will be like normal translator – where you can select your GIFT as GIFTABLE (i think that is the issue here).
– if that doesnt work, you can create user for this mailsupport [at] decom.ba– and we will take a lookForum: Plugins
In reply to: [Giftable for WooCommerce] Gift wrapper not visible on ENG pageThanks @littlepackage , was quite confused…
Dear @jerbnl to make it with with other languages:
– must translate everything (gifts, categories…)If you did all that and still have issues, try with classic translator or try manual one
WPML.org website documentation – Click on first image from this postHi @apfelbiss should be fixed in 1.0.3
Forum: Plugins
In reply to: [Giftable for WooCommerce] German formal translationHi @vijantis , cloned de_DE to de_DE_formal in new version 1.0.3 , should be available from dashboard soon.
Forum: Plugins
In reply to: [Giftable for WooCommerce] German formal translationHi @vijantis as a quick fix you could rename/clone:
giftable-for-woocommerce-de_DEtogiftable-for-woocommerce-de_DE_formal
*both files .mo and .po
– I will do the same today if i get time and push update@apfelbiss before you save – you must fill every
variableinformations (sku, price etc…)- This reply was modified 7 years, 3 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Repeat Rules for Same GiftHi @nourishme , that is something we dont support in fundamental way, we created plugin so
every giftmust beunique– no quantity for gift product + no repeating.Forum: Plugins
In reply to: [Giftable for WooCommerce] gift with purchase@webdevmelb
Have in mind we are not BOGO plugin (Buy one, Get one..),
-we dont supportauto add to cart
-every gift must be unique – you cant add 1 gift 2 times in the same order (single gift/product maximum quantity in cart is 1)You can do alot with
conditionalsin Gift category, you can use two together but you must test them and have a plan, what is X what is Y etc…
– will user be able tore-orderfrom their history of orders
+ just have in mind, keep it simple because of your usersForum: Plugins
In reply to: [Giftable for WooCommerce] questionsHi @webdevmelb, it is possible to give gift based on amount (if 100$ – give giftx)
But you must understand we have restrictions:
– every gift must be unique (maximum quantity of single item is 1)Forum: Plugins
In reply to: [Giftable for WooCommerce] Consumme lot of memoryIt shouldnt be slow then, we have test website with 1.000 products (+ variations) and 10-20 Gift categories where everything loads under 1.8s
– 7.x should be good next step for your case