Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues
If you know the product that is upsell you could check it on the OCST page with vproduct_find in the Emporium Plus Tool Kit. Then using the variables determine if you want to skip straight to the OSEL instead of going to the upsell page. If you do, just use store morph to change the screen code for the next screen.
:KEY_PRODUCT:INV_ACTIVE=1
:KEY_PRODUCT:INV_AVAILABLE=0
:KEY_PRODUCT:INV_LEVEL=out
If you know the product that is upsell you could check it on the OCST page with vproduct_find in the Emporium Plus Tool Kit. Then using the variables determine if you want to skip straight to the OSEL instead of going to the upsell page. If you do, just use store morph to change the screen code for the next screen.
:KEY_PRODUCT:INV_ACTIVE=1
:KEY_PRODUCT:INV_AVAILABLE=0
:KEY_PRODUCT:INV_LEVEL=out
Comment