indreshyadav
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Single page layoutHello,
@vikasbobi
you need to change the layout of the following file /woocommere/templates/single-product/tab/tabs.php as you want.- This reply was modified 6 years, 2 months ago by indreshyadav.
Forum: Plugins
In reply to: [WooCommerce] Can’t make payment in WoocommerceHello,
@prosektorium can you please share the shop url?,so that I can identify the problemForum: Plugins
In reply to: [WooCommerce] Ordering DropdownHello,
@omarfolghe
I think the problem is not from WooCommerce update, the problem is from your theme. you might be missing this hook.do_action( 'woocommerce_before_shop_loop' );- This reply was modified 6 years, 2 months ago by indreshyadav.
Forum: Plugins
In reply to: [WooCommerce] Product Variations missing in the drop-down menuhello,
@masterjuan sorry for that.
please try this.
https://wordpress.org/plugins/health-check/Forum: Plugins
In reply to: [WooCommerce] Product Variations missing in the drop-down menuhello,
@masterjuan
you can install this plugin
https://wordpress.org/support/topic/product-variations-missing-in-the-drop-down-menu/and troubleshoting with it, just activate woocommerce and the check which plugin causes the problem.
Forum: Plugins
In reply to: [WooCommerce] Cuponshello,
@paulabender
are you using any plugin to create coupon? or creating coupon from woocommerce pannel.
can you share any screenshot so that we can provide correct solution.Forum: Plugins
In reply to: [WooCommerce] product variation term pagination not workinghello
@tanghuiyung
The screen setting “Pagination Number of items per page” works in backend,
you want to list more than 20 product on shop page then go to the theme settings and set the how many products you want on shop page.for examle i am sharing the settings for storefron theme, other theme settings might be different.
Forum: Plugins
In reply to: [WooCommerce] Customize header line with CSSHello,
@taubeundspatz
you can use the following css..woocommerce-checkout #payment label { position: relative; top: 0 !important; margin-bottom: 0; line-height: 15px; left: 22px; }Forum: Plugins
In reply to: [WooCommerce] Customize header line with CSShello,
@taubeundspatz
can you provide the site url where you want? so that we can provide you correct css.Forum: Plugins
In reply to: [WooCommerce] Customize header line with CSSHello,
@taubeundspatz
Go to the Loco Translate–>plugins->WooCommerce
here is screenshot, search the string you want to translate.Forum: Plugins
In reply to: [WooCommerce] Customize header line with CSShello,
@taubeundspatz
sorry for previous wrong reply.
you can use LOCO translate plugin to change the string.- This reply was modified 6 years, 2 months ago by indreshyadav.
Forum: Plugins
In reply to: [WooCommerce] Customize header line with CSShello
@taubeundspatz
You can use the following css. It will help you.#order_payment_heading { display:none !important; }Forum: Plugins
In reply to: [WooCommerce] Problem installing woocommercehello
@arnauespina can you share any screenshot?
so that we can provide you a better solution.Forum: Plugins
In reply to: [WooCommerce] Regarding warning text when using discount codehello,
@isabella92
This is the php code.go to theme functions.php and paste that code.Forum: Plugins
In reply to: [WooCommerce] Email Restrictions of Coupons with Guest CheckoutHello
@tneville
Are using any plugin to generate coupon? or using woocommerce coupon section?.
if you are generating coupon using third party plugin, the select that coupon and go to the WooCommerce coupon section, edit that coupon and without any changes just simply click on update and try to use that coupon. please try this once.