DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] Slows Down my site around 3 seconds.Hi @kk305 thats almost impossible – that 10kb is slowing your website.
– giftable only works on Cart page
– how many gifts are u having in slider ?
– try to update PHP to 7.2 or 7.3 that could speed up your website
– try different themestorefront, in 80% cases its the theme issue or conflict* we are using less than 10kb in JS and CSS file that cant slow website for 3sec… but if you are having 100 products in gift slider with combination of different plugins then thats a different thing
@lucafranchini1981 best way would be to
clonewebsite with plugin likeduplicatorto havetest/stageversions of your website so you can test with otherthemesor to try to disableother pluginsto be sure what is the issue.You can use WordPress debug for detailed informations or check Chrome DevTools console for errors/conflicts
@lucafranchini1981 did you try different theme ?
Hi @lucafranchini1981
– Please fill all infos for Variable products (price, sku…)
– Please try different theme likeStorefrontMinimum requirements:
– WooCommerce 3.1 and up
– PHP 5.6 and upForum: Plugins
In reply to: [Giftable for WooCommerce] Not working with Flatsome theme@kory718 @nitrro888 did you guys try to use
display: inline-block !important;as this was just simple CSS thing…
– Share a links to website to take a lookForum: Plugins
In reply to: [Giftable for WooCommerce] Dont count gift in Cart (Quantity)Hi @manok-1 You will need to find a
developerto try to exclude items from shipping via hooks/filters for that or try to use differentshipping plugin, as we are time limited we are unable to help with thatForum: Plugins
In reply to: [Giftable for WooCommerce] Giftable product + coupon code@mfuechsl That should be possible with
custom code, we are time limited so we cant help with that right now.
– Hide the coupon code field if …You are free to try to extend this code: Remove all Gifts if Coupon Code is used
- This reply was modified 7 years, 2 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Gifts not being added to variable subscriptionsHi @vkhreview I am afraid but you will be unable to make it to work without
custom codingand thats something we cant help right now.Forum: Plugins
In reply to: [Giftable for WooCommerce] Pop up “choose your gift” on any pageHi @justin77 –
Giftable giftswill show only oncart page, we dont have popups, auto add to cart or other options to show on different pages than that.Maybe you dont even need a plugin, use custom functions from WooCommerce Documents: Automatically add product to cart on visit.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Is all free products won’t show in PayPal items?Hi @lmn40227 normal PayPal should work without issues, but in
Direct Payment APIthat should fall toPayPal Expressthere is limit, you cant send product with0zero value.
– https://www.paypal.com/us/smarthelp/article/why-did-i-get-api-error-code-10525-ts1441Value must be positive, but cant be zero in
Item unit price: PayPal Documentation- This reply was modified 7 years, 3 months ago by DecomTeam.
Hi @austinnutrex I think you are having
themeissues – thats not related to Giftable, slider with gifts is working on OSX devices without issues…– Check with different theme
Storefrontto be sure its not an theme issue
– Check without custom plugins (Product bundles, Shipping, Cart, Checkout etc.. plugins)Forum: Plugins
In reply to: [Giftable for WooCommerce] Brand Conditon@gregbast1994 feel free to edit a plugin, but just change version or fork from github and rename it because of updates: Giftable on Github repo.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Brand ConditonHi @gregbast1994 thanks for your interests but WooCommerce doesnt have default
brandmanagement so we dont have that kind of conditionals.Without plugin, you could create custom function that will check
brandof products and based on that auto add product to cart.Forum: Plugins
In reply to: [Giftable for WooCommerce] When changed cart’s quantity, plugin have issue.Hi @lmn40227 Im closing this ticket and I will confirm some other things:
1. Your theme is using AJAX ( so using another ajax plugin is overkill )
2. You did hide UPDATE button (maybe with custom code or some custom shipping plugin)Your solutions are:
1. Add button backupdate_cart(overwrite with CSS and usedisplay:block !important)
2. Try custom PHP/jQuery update thing:Auto-update WooCommerce Cart when Quantity Changes
3. Update your WooCommerce to latest 3.5.4 and Your theme to latest versionForum: Plugins
In reply to: [Giftable for WooCommerce] When changed cart’s quantity, plugin have issue.@lmn40227 no premium, we do this for free…
1. Try to disable Amazon / PayPal payment plugins – could be plugin conflict or how they are added to the cart page, not sure how is that integrated, but from your video I see that PayPal button disappeared when loop with gifts started
2. Try to disable Woo Ajax Cart plugin (is your theme AJAX powered ?)
3. Try different theme (Storefront) to be sure its not theme issue