i-gen2013
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Quantity box plus & minus out of placeResolved. Here is what i used if someone else has the same issue. Only for single product page.
.woocommerce-page div.product .quantity .minus {margin-bottom:7px!important;}
.woocommerce button.button.alt{margin-top:6px;height:30px;text;font-size:13px;}
Forum: Plugins
In reply to: [WooCommerce] Quantity box plus & minus out of placeHi, i face the same issue many days. I found way to edit the plus and minus but the problem is that the code changes the cart page too. So, when i fix the single product page it breaks the cart page. Any advise? Roy did you fix it?
Thanks!Forum: Plugins
In reply to: [WooCommerce Cart Tab] Change text and hide if cart is empty.The latest version fo plugin has an option that enables the hide cart if empty. In your dashboard->Woocommerce->Settings->Catalog at the bottom there is the option.
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Change text and hide if cart is empty.You have to translate the texts you are interested in. In your theme, woocomerce (if you use this pluginn) and woocommerce cart tab directories there are the language files .po. In these files you will make the changes.
Sorry if i’m very detailed but i don’t know what are exactly your needs.Forum: Plugins
In reply to: WooCommerce Login RedirectHi, i tried adding at the bottom of templates/form-login.php in many ways the code you gave ( <input type=”hidden” name=”redirect” value=”<?php echo get_home_url(); ?>” /> ) but no result. Could someone please give the exact code for redirection to homepage? My site url is http://i-gen.gr/ if needed.
I would appreciate any answer from anyone.Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Redirect on loginHi, i tried the code you gave but i want to redirect user after login to homepage. What should be the exact code for that as there is no page id for homepage?
Thanks.Forum: Plugins
In reply to: [WooCommerce Cart Tab] Change text and hide if cart is empty.Resolved.
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Change text and hide if cart is empty.The hide cart if empty resolved.
One more thing if someone knows.
I would like to change the text on messages that appearing and ‘View Cart’, ‘Checkout’, Cart, 2 items… but i can’t find how.Any help would be great.Thanks.
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Make it hide with $0Worked perfect for me.
Really appreciate your help.
Thanks a lot.