DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift Not Added to CartWhen new update is released, give it a couple of days before you update.
Maybe they will fix it in next release 3.3.1 – right now they are adding “disabled” on all buttons on cart page, you can fix it by removing “disabled” from all “giftable” buttons with jQuery.
<script> if ( jQuery( '#dgfw-gifts-carousel' ).length ) { jQuery( '.dgfw-gift' ).each(function( ) { jQuery( '.dgfw-add-gift-button, .dgfw-select-gift-button' ).prop( 'disabled', false); }); } </script>Forum: Plugins
In reply to: [Giftable for WooCommerce] Gifts disappears after language changeYou need to translate every gift to different language to make it work.
If you have any issues (missing fields), then use normal “Translation Editor” for products/gifts:
WPML Translation EditorGiftable supports WPML
- This reply was modified 8 years, 3 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Need enhancements to this pluginHi @harim,
Before we proceed please send us Video / Images of your setup (all Gift Categories – not just one)?
– Use “Product Category (min amount and min qty)
https://i.gyazo.com/720c3ece0ea8199756d89c5b158af54f.gif
– Try to remove/disable all other “Gift Categories”
– Could be that you have other gift categories and that they conflict.Regards
Forum: Plugins
In reply to: [Giftable for WooCommerce] slider bug with Julia themeHi @emilgenchev,
Are there any screenshots, maybe theme is missing some “class” names?
– right now I cant confirm that you are using the latest version of Julia (did you purchase this theme?), also child theme should be used to extend parent theme -> or all changes will be lost with updates.Regards
Forum: Plugins
In reply to: [Giftable for WooCommerce] Show in kout (not only cart)We’re sorry but Giftable doesn’t have the feature to show gifts/products in Sidebar/Popup right now.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Auto add to cart, OR…Hi we answered similar question, “Auto add to cart / without user clicking” is “ilegal” in come EU countries so we didnt implement it.
You are free to play with code to add that feature for your clients:
Automatically add product to cart on visit – code
*if you have only 1 gift – this custom function will be more suitable for you than the whole plugin.Stock overflow:
Stackoverflow Auto add or auto remove a freebie product from cartWooCommerce Dynamic Pricing:
Dynamic Pricing PluginForum: Plugins
In reply to: [Giftable for WooCommerce] Rename FreeBest way would be to use PO/MO files to translate Giftable for WooCommerce,
Theme Handbook LocalizationWordPress Plugin/Online editor (*we didnt test this):
https://wordpress.org/plugins/pomo-editor/(cant guarantee all is well translated), quick po/mo files for es_ES:
dropbox link for giftable-for-woocommerce-es_ESForum: Plugins
In reply to: [Giftable for WooCommerce] thumbnail resolutionHi @ozonpromo,
Image size is the same as “product thumbnails”,
Dashboard>WooCommerce>Settings>Display>Product images
Settings for Product images – WooCommerce Dashboard*have in mind that after image size is changed you need to re-generate images (using a wp-cli or Regenerate thumbnails plugin)
Regards
Forum: Reviews
In reply to: [Giftable for WooCommerce] Almost perfect!Thank you @juliman, we will re-think about that option in future,
as “Auto add to cart / without user clicking” is “ilegal” in come EU countries so we didnt implement it.You are free to play with code to add that feature for your clients:
Automatically add product to cart on visit – code
*if you have only 1 gift – this custom function will be more suitable for you than the whole plugin.- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Keep lower level gift tooFor now, only way to do that is to have unique gifts,
so gift category1 = gift1, gift category2 = gift2, you would need to duplicate gifts for every category, but that isn’t ideal solution for that kind of things.- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift Out Of Stock NoticeHi, @abluedevelope,
For now, there isn’t a way to leave item/gift visible when its “out-of-stock”, also we don’t have plans to integrate that feature/option.– Maybe to add global notification about gifts, or sidebar with slider/carousel (in stock and out of stock items)
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Stop gift after 500 usesI think we answered this question about stock items, You can limit Gifts with Stock Qty.
Other than that we don’t have plans to include custom stock management or a similar feature because you can achieve the same thing with Stock Qty. – let’s say your use case, to gift 500 items you set the quantity to 500 – after its done Admin will get an email that Stock Qty. is 0 – Admin can remove Product from Gift category and change Quantity back to new 500.
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Finnish translationDone and Thank you!
- This reply was modified 8 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Finnish translationWorking on this, will reply when its done.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Hide Giftable product from shopTo be sure it is only a gift, select Product data: Gift
You can hide it from shop page (also you should exclude it from search page),
there is a small snippet on WooCommerce Documentation site to exclude category from shop pageFor search, you can take a look at filter pre_get_posts, link to WordPress Codex
- This reply was modified 8 years, 5 months ago by Jan Dembowski.