I recently upgraded a Magento to v1.7.0.2 from Magento connect. Now everything seems to work fine except that the Manage Customer grid in the admin breaks when trying to sort or navigate to other page.
So what I have realized is that we get a blank response in the ajax that is responsible to load the customer grid.
Apart from the customer grid, we have checked all the other grids seem to be working fine. Please let me know if further details are required.
Related
I've got an issue with AJAX add to cart button on single-product.php.
By now everything works as it should, but with last woocommerce update i've got a problem with variable products.
Everything is fine on simple products, on variable i can also add product to cart, but unfortunetly there is no variation picked while all attributes is selected.
Here You got an example of issue: Product page.
If You add product to cart it will apear there, but as a simple product not variation.
I'm using X for Woocommerce plugin for swatches - when i disable it, everything works fine, but with no AJAX. I need it not only for swatches, but also minicart is powered by AJAX and after reloading page it doesn't work.
I hope someone could help me.
Best regards, Kuba
Please check your DevTools console (F12). There are multiple errors about jQuery being not loaded and "add to cart" scripts mentioned.
I bet that hidden field containing the selected variation ID does not change when you select some variation because there is a problem with jQuery. It stays with the default value which is the parent product ID. So the parent product is added to your cart.
There's a bug in WPML plug-in:
https://wpml.org/errata/wp-6-0-issues-with-terms-assigned-to-posts,
pozdrawiam :)
I am facing problem in magento since this morning and the problem is the magento product page styling is not working . everything in the website is working fine except the product page in which it is not everything is not working like the header the main content area
you can checkout the link hub.com.pk/index.php/her/bag-1349.html
I am having this strange problem with a magento installation 1.9.1.
After template changed and nothing else my previous extension for layered navigation manadev layered navigation has a strange behavior with ajax loading.
When I hit a category and choose a filter with few products everything works fine.
But I have some filters with more than 1000 products each.I have magento default loading up 30 products.
When you hit one of these filters it tries to load all the products in same ignoring the setting of 30 products.
So when I hit a filter or category with 2000 products I get a page with 2000 products loading one by.
This kills my server and of course isn't working.
I tried everything I know but still all products from database are pulled together instead of getting them by portions (items per page).
When I turn off ajax everything is working fine. I use Varnish,Apache,APC,Memcached. I see no error at all except in frontend layered navigation page ESI processing not enabled but this is because we have caches off for development.
So for some reason ajax magento default number of products.
Any help please?
In prestashop 1.6
Using Ajax-cart
If i log-in as a Customer and add products to the cart and checkout the order all work.
Then the ajax cart stop working.
If I add a product to the cart and refresh the page the cart return
empty.
If i add a product to the cart and click "go to cart" the cart return empty.
If i log out and log in again, the cart return working for an order, then if i checkout the new order the problem return.
seem to be a problem whith Cookie the is overwritter in some ajax call in ajax-cart.js
I've look this but is not my case :Cart products dissapear on refresh page Prestashop
If i disable ajax cart all work fine.
EDIT
On Google i've found something and seem to be an ajax problem but all the solution suggested don't work.
I was also facing the same issue. You should try the following module and try last two options from the module's configuration and this issue will be gone:
https://github.com/PrestaShop/pscleaner
IMPORTANT: If you are trying it on live site make sure you do not enable first options in this module i.e. Clean up Customers, Clean up Catalog & Orders.
Reply back if you still face the issue.
Cheers!!
I have created a web application in PHP, Ajax, HTML5. It is ready and working perfectly. Now I want to integrate it with magento. In the application, when user clicks buy now an image is saved in a folder on the server.
I have just started using magento. There are two ways in my mind to implement the functionality,
Navigate the user from magento products page to my application page and when user clicks buy now button on my page it will be the add to cart functionality at the back end. And i will send the image name that is randomly generated and append it into the comments of product that admin can see.
Make my app a magento custom plugin. Add my HTML, css, js, php files within magento and use my app as an internal magento application.
So, i need suggestions, comments, ideas or anything that can help me.
As I have just started with magento and I don't have any experience with e-commerce. So, my question might be showing in experience.
Try to learn Magento API it can be integrated with all your apps.