What modifications need to be made to core/orders.php to include the product short description in the basket?
Thx.
» Quick.Cart v2.x
merci
2007-07-03 08:32
cf - it is more complicated because all data from basket are in core/orders_products.php and short description is in another file core/_products.php You can see database schema here: http://opensolution.org/Quick.Cart/docs/?id=db This is big modyfication and impossible to describe in few steps.
cf
2007-07-03 10:12
Ok, thanks, I thought as much. It seems possible to include the sDescriptionShort in the template file but it simply takes the description from the first product.
We use the short description when selling event tickets to include the venue information. Having this information show up throughout the order process and ultimately in the confirmation Email is a good way of ensuring people know for which venue they have booked tickets when a show has more than one location.
Maybe I'll take a look at this when I get more time. For jnow we'll have to do without.