• 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

Viewing 5 replies - 1 through 5 (of 5 total)
  • You hard code it yourself? Do you wanna try to use something like an e-commerce theme which will save a lot of time though?

    Thread Starter techydude

    (@techydude)

    Thank you for your reply. Hmm can you suggest one? I was trying to do it myself because I already made the theme of the website.

    I’d recommend you Tokokoo. They were featured in smashing magazine and their themes are splendid.

    Thread Starter techydude

    (@techydude)

    I’m not looking for a full theme, because I need a specific appearance, which I already coded. Do you have any idea why the quantity in the input box would duplicate like that? The code is supposed to loop the same data for as many products as I enter, which it does for the pictures, just not the input data

    not very good in the coding part. hopefully there’s some wordpress designer out there that will be able to help you out ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘wp-ecommerce help’ is closed to new replies.