wp-ecommerce help
-
Hello,
So I am trying to get wp-ecommerce working with a site I am working on.
Ideally I need the shopping page to feature all 5 items with quantity boxes. After typing in a number, it would automatically update the total of the cart.
Then after adjusting the quantity of items you want, there will be a checkout button which brings you to a login page. After you login or register it brings you to the checkout page.
I cant figure out how to make the quantity box say the quantity of each item. Right now it just takes the quantity of the first item and replicates it for each box below. Anyone have any ideas?
I use <input type=”text” id=”wpsc_quantity_update_<?php echo wpsc_the_product_id(); ?>” name=”wpsc_quantity_update” size=”2″ value=”<?php echo wpsc_cart_item_quantity(); ?>” />
for the input box.
https://test.mikebanom.com/heart/products-page
https://test.mikebanom.com/heart/products-page/checkout
- The topic ‘wp-ecommerce help’ is closed to new replies.