• Hi,

    Is there anyway to have quantity “1” in cart on checkout for the product (selling digital download). I would like buyer to avoid adding multiple quantity for same product purchase. They do not realize that they have multiple quantity in the cart at time of making a purchase, and later on ask for refund. I would like to limit quantity 1 per item irrespective hoe many times they click on adding more. Looked into settings, but could not find option.

    Any suggestions?

    Biologix

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter biologix

    (@biologix)

    No help? I just want to set default quantity to “1” for each product at checkout.

    Thread Starter biologix

    (@biologix)

    In Theme folder (wpsc-shopping_cart_page.php) i have following codes, where i am not sure what to modify to ensure that default quantity for each product is set to “1” and customer can not update quantity manually.

    <td class=”wpsc_product_quantity wpsc_product_quantity_<?php echo wpsc_the_cart_item_key(); ?>”>
    <form action=”<?php echo get_option(‘shopping_cart_url’); ?>” method=”post” class=”adjustform qty”>
    <input type=”text” name=”quantity” size=”2″ value=”<?php echo wpsc_cart_item_quantity(); ?>” />
    <input type=”hidden” name=”key” value=”<?php echo wpsc_the_cart_item_key(); ?>” />
    <input type=”hidden” name=”wpsc_update_quantity” value=”true” />
    <input type=”submit” value=”<?php _e(‘Update’, ‘wpsc’); ?>” name=”submit” />
    </form>
    </td>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Quantity on Checkout’ is closed to new replies.