Brandon MUS
07-24-08, 08:12 PM
I want to really revamp our empty basket message, but I can't figure out the best way to manage the screen. There is of course the dedicated BSKE screen that should show up if the basket is empty, but if the customer is removing items from their cart, they stay on the BASK screen. This is overcome by putting a snippet at the top of the Basket Contents item that displays a short message if the basket is empty, followed by an exit. That same technique is used on the checkout screens as well...
All said and done, I believe that the default empty basket message exists in at least 5 spots (BSKE, BASK, OCST, OPAY, OSEL). I want to add a lot of features to BSKE including best sellers, promotional stuff and some technical help. I really do not want to have to upkeep all 5 screens, so my question is if anyone found a better way?
I was thinking of stripping everything except the message from the BSKE screen and then using function #40 in the toolkit to render it in the 5 spots (kind of like using an include in php). My initial test looks like it would work pretty well, but I was curious if there was any other thoughts on the matter.
A JavaScript/meta redirect to BSKE is not an option.
All said and done, I believe that the default empty basket message exists in at least 5 spots (BSKE, BASK, OCST, OPAY, OSEL). I want to add a lot of features to BSKE including best sellers, promotional stuff and some technical help. I really do not want to have to upkeep all 5 screens, so my question is if anyone found a better way?
I was thinking of stripping everything except the message from the BSKE screen and then using function #40 in the toolkit to render it in the 5 spots (kind of like using an include in php). My initial test looks like it would work pretty well, but I was curious if there was any other thoughts on the matter.
A JavaScript/meta redirect to BSKE is not an option.