Hi,
We’ve several options (mostly checkboxes) with every product. When we receive order and view it in the admin, it shows all the options either checked or not checked by the customer. Is it possible to show only those options which are checked by customer during placing the order(showing as YES) and hide the rest(showing as NO) in the order?
Thanks.
Hi,
I was going to ask a similar question… I may have 5 text fields/area options for a product. One or two are required and the rest optional. Need to see all in the cart and checkout (if cart is shown) so customer can edit. After the order is placed, I would want the options which are blank to be suppressed in the invoice, packing slip etc.
What would be the best way to do this?
Thanks,
Bob
I’ve 30+ options as checboxes (optional) not required. When i see the order, i’ve to find the options checked as “YES” in the order which is really conffusing as well as for customer too when you print the order invoice. It should only show the options checked by the customer.
I’m ready to pay to fix this issue…please PM me with the cost and time if possible.
Post a bug in the bug tracker and contact CS-Cart via the helpdesk to get this fixed ASAP, Thanks - Sno
[quote name=‘snorocket’]Post a bug in the bug tracker and contact CS-Cart via the helpdesk to get this fixed ASAP, Thanks - Sno[/QUOTE]
I contacted via help desk and they send me the fix within a short time. Just wonder how quickly they responded…
snorocket! thank you for the good suggestion and assistance…much appreciated…
Hi,
Can you please share the fix?
Thanks,
Bob
[quote]
I contacted via help desk and they send me the fix within a short time. Just wonder how quickly they responded.
[/quote]
It’s because they don’t use checkboxes as designed. I.e. as a binary value. The force unchecked boxes ot ‘N’ and checked boxes to ‘Y’. This requires every element of code to do a {if $mycheckbox == ‘Y’} instead of simply {if $mycheckbox}. It makes the template code even harder to read than it already is. Plus, you can’t use any other value in a checkbox other than Y/N.
Regarding “how long”… Good luck.