Closed (fixed)
Project:
Ubercart Sub-Product
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 02:13 UTC
Updated:
25 May 2012 at 02:20 UTC

if i click one of the three add to cart image, it will add all 3 products in the same time if the quantity exceeds 0, how can i make it if i click the add to cart button on the 1st row, it only add the product in 1st row, not the second and third? i will appreciate your helps, thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| Untitled.jpg | 21.88 KB | khor123 |
Comments
Comment #1
larowlanYou don't want uc_subproduct then, that's it primary function.
You could add your own submit handler to the add to cart button that overrode the default behaviour.
Comment #2
khor123 commentedactually i'm doing an event website, i create event using a customized content type, and the tickets are created from the product content type, thats y i have to use uc subproduct, so i can group the praticular tickets to a specify event