DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] Amount to receive giftHi @alindex, so you are having custom functions on cart/checkout page ?
– that could be the issue, but you can look at plugin code and try to do things with filters/hooksForum: Plugins
In reply to: [Giftable for WooCommerce] “add to cart” button does not do anythingHi @ggstuff, please post a new topic – and don’t use old ones – you could hire a developer to fix your issues, changing theme will help discover what is the issue.
– add SKU and prices (all info) to you variations
– have in mind people will be able tore-orderitems if you don’t change product ID-s
– CACHE must be removed from Cart page
**you are getting Error 500 (that’s something you can investigate – maybe your server is blocking AJAX or similar thing)- This reply was modified 7 years, 5 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Select Options Image Slider not displaying@hubarr please open a new ticket.
– add SKU and all other pieces of information for every variation and try like that
– try StoreFront theme (to be sure its not your theme thats disabling it)Forum: Plugins
In reply to: [Giftable for WooCommerce] Not working with Flatsome themeHi @silverwr, this plugin isn’t a replacement for BOGO (buy one, get one) plugin.
– You can give 5 gifts, but it wasn’t created as buy 5, get 5 – in mind, as every category needs to have unique gift/product – we don’t stack gift conditionals, so short answer would be.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Added gift fadeout@feca24 please create video showing your problem.
1. Try with StoreFront theme
– if its working with StoreFront theme, then issue is with your theme or custom functionRequirements:
– minimum PHP 5.6
– theme must support AJAX on cart pageForum: Plugins
In reply to: [Giftable for WooCommerce] Display Free Gift AvailableHi @cocolala for now we only support cart page for displaying Gifts.
– you can always create sidebar with banner that will promote offersForum: Plugins
In reply to: [Giftable for WooCommerce] Variable product as gift (help:P )Hi @b3ava the answer is the same, you must test StoreFront theme so we are sure its not theme issue.
1. Check with StoreFront theme
2. PHP version
3. Woo version
4. add SKU etc. informations to every variation*from that screenshot I can see you are having some scripts issues (check Chrome DevTools – console) – the items should be in carousel
- This reply was modified 7 years, 5 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Problem with repeated orders– The easiest way to disable users from re-ordering items with a gift is to edit gifts (duplicate and delete old one) so ID is different, and they will not be able to re-order items with a gift.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Variable product as gift (help:P )hi @b3ava, try:
1. to add SKU, etc. to all variations
2. try StoreFront themeForum: Plugins
In reply to: [Giftable for WooCommerce] Problem with repeated ordersHi @rcreators,
badwas quoted (not intended to be bad like really bad).
– shop developers should think about the full process, users, their steps, rules, do’s and don’ts, FAQ where it says you cant re-order gifts etc…
– giving 400 products as a gift is not good behavior, also you just need toedit gifts, let’s say duplicate and remove products that you offered as Gifts.We are not cloning your products in any way, even if you remove Giftable your product ID will be the same – so re-order is possible, that’s normal behavior, limiting items via quantity is also possible.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Problem with repeated ordersDear @juanantonio, its hard to stop
badusers like that, but the simplest fix is:
– remove GIFT products and add them again (they will have different ID etc..)Forum: Plugins
In reply to: [Giftable for WooCommerce] “add to cart” button does not do anythingHi @eimulex, I think that your theme isn’t using AJAX on a CART page?
– we require ajax (page should not be reloaded – just part where products are)1. Try with different theme: StoreFront and report back, could be that’s just an theme issue
2. Record a video of the issue
– to be able to help, we need to debug_log informations (you can use WP_DEBUG… and also check Chrome DevTools console for red errors)Forum: Plugins
In reply to: [Giftable for WooCommerce] The Gift has ChargeDear @markezos,
Looks like you added some custom CSS to theme,
button[name='update_cart']isdisplay:none, you should add custom CSS to enable buttons inside Giftable slider:.dgfw-gift .dgfw-add-gift-button, .dgfw-gift .dgfw-select-gift-button { display: block; font-size: 65%; margin-right: 0; width: 100%; }- This reply was modified 7 years, 6 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin not workingThank you @juanantonio and we are happy @arkkart that it’s working now.
– Also to help others, it would be nice to explain what was the issue etc.
- This reply was modified 7 years, 6 months ago by DecomTeam.