cart

Accessing shipping cost in Magento's cart and/or checkout

Please note, this question is regarding the shipping cost, not price. There is an important difference, i.e. what $$ charge the shipping method incurs for the store owner, as opposed to what is $$ charge is paid by the customer. The shipping_tablerate database table includes a cost field, which is populated in the Mage_Shipping_Model_...

How can I check if two elements/div belong to the same parent?

Hi I am working on this piece of code for a shopping cart $('.addtoCart').click(function() { //get button id var cartID = $(this).attr("id"); //get check box id var checkBoxID = $('input.cartLevelChecked:checked').attr("id"); //get parent id var levelListID = $(this).closest('li').attr("id"); if...

Looking for shopping cart ONLY app or hosted service recommendation.

I have been tasked with selling made-to-order products online. We have a web-based product configurator and order processing system set up that produces prices, interfaces with our inventory system, etc. I've reviewed Magento and Ubercart and they appear to do too much; the management perceives integrating something like that as an unne...

Shopping cart in jquery with php and session

Hi everyone, Good day! I'm now learning this jquery by creating a basic shopping cart were as add to cart buttons, remove items and clear buttons works in jquery. The function is to save the added items on session and can remove and clear also by jquery. I have an idea now on how the jquery works on adding the items. But not on removi...

Virtuemart: How to make link "Show Cart" dynamic?

I have link "Show cart" static now http://www.baytires.com/index.php?page=shop.cart How can I make it dynamic, based on items added? ...

JSP Shopping Cart

Hello all im making a simple shopping cart in jsp. In my view cart file im running a loop to display the various items currently in cart with option of update and remove from cart buttons. When any of this buttons are clicked I pass the id and price as hidden input elements to another file to process it. This works for when there is only...

Redirect Magento to checkout onepage after adding item to cart

Hi! How can I redirect the user after it adds one item to the cart? lets say I want him to choose one item and go to the checkout/onepage, how can I do that? Thanks, Joe ...