Mohit Mishra
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Continue shopping button not working when using Edge browserHello @alexshao, Have you tried it after clearing the cache of the browser.
Forum: Plugins
In reply to: [WooCommerce] Grouped Product not working after WC 4.0 updateHello, @aovivo Thanks for reaching out here. I think there must some plugins or theme which is not compatible with woocommerce since this is a major release of the WooCommerce.To fix these issues try to deactivate all the plugins except the WooCommerce and then check the issue by activating them one by one. I am sure you will be able to find the conflicting plugin. And also switch to the default theme like StoreFront.
Forum: Plugins
In reply to: [WooCommerce] Add to Cart button redirecting to homepageHello @corneliusw, You can use the “woocommerce_loop_add_to_cart_link” filter to change the URL and customize according to your needs.
Hello @yanickco, You can do the add to cart as the normal product and the will be manged by the woocommerce subscription plugin you do not take any tentions about that.
WC()->cart->add_to_cart( $product_id );Forum: Plugins
In reply to: [WooCommerce] Fatal errorHello @usascottwright, I think some of your plugins are not compatible with the current version of the WooCommerce(4.0) since this is a major update of the woocommerce. So I would say that you can disable all the plugin except the woocommerce and try to activate them one by one. Then I must say that you will be able to find the conflicting plugin. One thing more switch to the default theme like a storefront.
Forum: Plugins
In reply to: [WooCommerce] Moving price and short description in single product pageHello @isaacibrahim, Thanks for reaching out here. I would say that you can achieve your goals by overriding the single product page of the woocommerce.You can take reference from here
https://docs.woocommerce.com/document/template-structure/Forum: Plugins
In reply to: [WooCommerce] Woo Commerce 4.0 Not Able To Add Product to CartOk do one thing check your console.
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce 4.0 Not Able To Add Product to Cart@redhat I think there must be any plugin which will not compatible with the WooCommerce 4.0. So please try to deactivate all plugins except woocommerce and check your issue by activating other plugins one by one. I am sure you will be able to find the conflicting plugin. And also switch to the default theme like a storefront.
Forum: Plugins
In reply to: [WooCommerce] Tax name is not workingHello @eholmarc I have checked your issues and it seems like everythinhg is working now.
@mattiasf I think You got the solution for your problem.Please mark this ticket to resloved one.
Forum: Plugins
In reply to: [WooCommerce] Prices for variable products diappeared@fela81 You can search for another option for this. Or you can connect with their support and him to resolve this ASAP.
Forum: Plugins
In reply to: [WooCommerce] Products’ pictures size@kamilen12 Sorry my bad here is the link
https://www.ads-software.com/plugins/resize-image-after-upload/Forum: Plugins
In reply to: [WooCommerce] Products’ pictures sizeHello @kamilen12 For this you can install the below Plugin this will solve your problem in this.
Forum: Plugins
In reply to: [WooCommerce] sending emails for a new orderHello @akvb You do not have to do anything other than activating the WooCommerce.By default, WooCommerce will send email to user and admin after placing an order and also when your order status will be changed.
@jsmalik94 For this we need to check all the code. There is another solution if you want then we can programmatically change the order status of your order to processing or completed. If you want then please let me know. I will provide code to you.