Search the Community
Showing results for tags 'ajax-cart'.
-
Hi, My product has 2 prices (discount price, old price) . I want to add two buttons that add product with different price. How I can do it?
-
- add to cart
- ajax-cart
-
(and 1 more)
Tagged with:
-
Adding product to shopping cart from a custom module page
senso321 posted a topic in Core developers
Dear all, i got a very interesting question for you all. How am I able to add a product from a custom moduel page to shopping cart? All my products info comes from a database where they are linked with ID-s. Im able to get all the information regarding the product with simple database and php c... -
Hi I have added a scroll bar in block cart module by adding a <div> in blockcart.tpl file. But the problem is that the scroll bar appears only after reloading the page. Also after i remove the last product the scroll still remain there untill I reload the page. I have some idea that I need make so...
-
Hi, I'm trying to modify my block_cart in order to always display the block_summary and title, (instead of displaying shopping_cart); furthermore I'm trying to apply the ajax collapse and expand fuction only to the block_cart_list, I thought of a workaround wrapping everything in a div and...
- 3 replies
-
- javascript
- blockcart
-
(and 1 more)
Tagged with:
-
Hi, I'm developing a simple module to be able to add multiple products from a table to the cart via ajax. Right now, I have a jquery .each() iterator that process all the rows from a table. Each row contains one product. Inside the .each() function I have this call: // use the PS...