If you wan't to display a custom basket that has the behaviour of your choise, just write it using xslt and register a macro in umbraco using your xslt file and put it on your page. I guess that's what your asking?
not exactly, I have two seperate shop areas within one domain. One for Course bookings (so the product is a Course) and another area for Merchandise (clothing etc).
If I add a Course it shows up in the Merchandise area and vice versa.
I think I have a solution however, because I am adding the courses to the basket programatically so I will used the method described in the link above of setting a cookie with a custom Basket GUID and use that to track a separate basket.
Is it possible to add to a custom (2nd) basket in xslt?
Title says it all really, have seen the following which mentions adding to a custom basket using Razor, but can you do it in xslt:
http://www.publicvoid.dk/BuildingARecentlyBrowsedItemsListWithUCommerce.aspx
Thanks,
Simon
If you wan't to display a custom basket that has the behaviour of your choise, just write it using xslt and register a macro in umbraco using your xslt file and put it on your page. I guess that's what your asking?
Hi Morten,
not exactly, I have two seperate shop areas within one domain. One for Course bookings (so the product is a Course) and another area for Merchandise (clothing etc).
If I add a Course it shows up in the Merchandise area and vice versa.
I think I have a solution however, because I am adding the courses to the basket programatically so I will used the method described in the link above of setting a cookie with a custom Basket GUID and use that to track a separate basket.
is working on a reply...