I have created one woocommerce site in magento, I am facing one issue in add to cart page. how to add a product in cart without refreshing the page? . Please suggest.
you can try below extension for ajax add to cart.
https://www.magentocommerce.com/magento-connect/ajaxcart-3-15606.html
So, please try this and let me know in case of any query.
Thanks
You can use the ajax request for add to car withour refreashing the page.
See the below link for how to customize this functionality.
http://excellencemagentoblog.com/blog/2011/10/04/magento-add-product-to-cart-ajax/
Related
When i click “add to cart” button, it redirect me to product page without reason..this happend on all site after updating woocommerce plugin..is there any fix for this…is there myb any php function for fixing it..
Just need to reactivate woocommerce plugin and it will works again. If somebody get the same problem like me this is your answer.
So i'm working with WordPress and WooCommerce for a website and i have a task that i don't know how to solve. When i create a WooCommerce product i need another landing page for that product to be created automatically where i can see details of the product and similar products.
I was trying to use wp_insert_post() but i can't figure it out how to add the page after adding a product
Is there a way i can do that or is there a plugin that gives you the function to do that?
I hope i was clear in the question.
Thank you in advance
You could try to use the WordPress save_post action: https://codex.wordpress.org/Plugin_API/Action_Reference/save_post
On saving a post, check if the post type is Woocommerce's product post type. If true, you can do whatever you want :)
Suddenly when I go to the Apply coupon by clicking on the "Apply Coupon" button in cart page. Then I saw the homepage design on the cart page. I don't know what's wrong with the Woocommerce suddenly. Also when I go to the checkout page and fill up the details then also shipping charges not calculating. I think something wrong with the Woocommerce ajax.
Anybody help me out, please.
I got solution on this issue. There was anotherplugin had the issue after updating plugin. So I have disabled the plugin and it worked.
I want to add two custom field on my magento site cart page. Something like bellow screenshot.
I want to add this two field on the Cart page and this field input i want to display in the Order and Invoice. I have Also use FME extra field extension but its use for the checkout page only.
So please suggest me if any good extension or good link using which i can set this functionality.
Please help to out from this problem
Hi #Jalpesh how are you?, how familiar you are with the Magento code because to get what you want need to extend a little code and use some Observer to add this info to Order and then to Invoice...
You can start using this extension, Magemaven OrderComment.
I hope this can help.
Best,
GrinGo.
I was looking for but couldn't find something like this.
I need to create a product page, where the buyer will fill in some text fields before adding the product to the cart.
Something mostly like this page do: http://bitly.com/Sw4jzR
When added to the cart, it need to save the fields too.
Anyone have seen something like this done in magento yet? Have any idea of how to do it?
Thanks in advance.
You need to use Custom Options. Here's a link to the tutorial.