DecomTeam
Forum Replies Created
-
Forum: Plugins
In reply to: [Giftable for WooCommerce] Template overrideHi @xendo, I still think that for experienced WebDev person that should be quick (copy/paste) CSS thing, than for us to integrate new hooks/filters or template overwrites (that takes time, testing – and we don’t have a lot of free time for that)
– I will put your request to
idea boardbut not sure will it be integrated.Forum: Plugins
In reply to: [Giftable for WooCommerce] Template overrideHi @xendo, it would be easier to style a couple of things than to edit PHP files.
You can use ready classes and apply your style there (you need to style 3 things: Image, Title, Button)– wrappers
.dgfw-available-gifts {} #dgfw-choose-gift {}– title
.dgfw-available-gifts-title {}– description
.dgfw-available-gifts-description {}– carousel (items wrapper)
#dgfw-gifts-carousel {}– item
.dgfw-gift {}
– item thumb
.dgfw-gift-thumbnail product-thumbnail {}
– item name
.product-name {}– button (select or add to cart)
.dgfw-gift button.button {}- This reply was modified 7 years, 7 months ago by DecomTeam.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin not working???Thanks @szelu77 for reporting back.
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin not working???Hi @szelu77, please create new support topic, create video to show your issues.
– please create video showcase of your problem.@kukiman Im not saying you need to permanent change template, but you need to check does it work with different theme – if its working, then its something with theme.
– please create video showcase of your problem.Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin not working???Hi @kukiman, any updates on this ?
Forum: Plugins
In reply to: [Giftable for WooCommerce] Please help me to get this workingGiftable supports only Cart page, you can fork a code and try on your own to display it in different areas, but by default we cant support nothing different than Cart page to show Gifts
Forum: Plugins
In reply to: [Giftable for WooCommerce] Plugin not working???Hi @kukiman, you could try:
1. Different theme (StoreFront theme) to see is it working then
2. Try to disable plugins and try
3. Notice: Dont Cache cart, checkout pages– Giftable doesnt support auto Add to Cart, so other plugins could cause conflicts
Forum: Plugins
In reply to: [Giftable for WooCommerce] Please help me to get this workingHi @sagarsoni7, It looks like your theme doesnt have cart page , it has just checkout.
1. Check with different theme (StoreFront)Forum: Plugins
In reply to: [Giftable for WooCommerce] Gift in past ordersHi @juanantonio, if im getting it right then best way would be:
– to delete PRODUCT/GIFT
— then add it again as new PRODUCT*this way it wont be linked in old
ordersHi @vaschops any news on this ?
Could you open (click on) second one ?
– issues in console could lead to broken scripts, should be fixed when possibleBefore anything, you should always have COPY (STAGE) of website, where you do UPDATE and see will anything break, working on LIVE website isnt good idea.
– Theme/Plugin updates can cause conflicts, so we always recommend to test with default ones, like StoreFront
– So right now I cant confirm that its Giftable issue (just tested on our server and local with different PHP version, WooCommerce versions – all works fine for now)Please dont forget to check did you add new things/plugins to website like jetpack etc.. @vaschops
Clear:
– Server cache (Memcache, Opcache…)
– Browser cache (Yes, test in different browser also)
– Website cache (gzip, plugin cache..)Hi @vaschops, If you could help us:
1. WooCommerce version
2. PHP version
3. Giftable version
4. Theme you are using
5. Debug Log (share it via pastebin.com…)
– you can also open Chrome DevTools (Console) to see are there any errors/conflicts maybeForum: Plugins
In reply to: [Giftable for WooCommerce] How to move a tab on cart page ?Hi @gliamours, I think that will not be possible right now, we only can show gifts in top slider.
Forum: Plugins
In reply to: [Giftable for WooCommerce] add to cart problemhi @thegreengrocermanila,
1. Test without plugins
2. Test with different theme (StoreFront)
3. Please check this: CACHE shouldnt be enabled on CART, CHECKOUT pages
– you need to look into DEBUG_LOGForum: Plugins
In reply to: [Giftable for WooCommerce] Select Options Image Slider not displayinghi @oliverspence, could you please check:
1. All variations have SKU & Price
2. Try different theme (StoreFront)
– so we can be sure its a plugin fault
3. WP_DEBUG would be nice in this situation