rugg Posted April 23, 2019 Share Posted April 23, 2019 Hi, on cart.php ,there are some steps,such as cart.php?a=add&pid=xxxx cart.php?a=confproduct&i=0 cart.php?a=confdomains cart.php?a=checkout i want to ask if i can move product and domain addon service to the final page "cart.php?a=checkout" ? by the way,the clients can check if adding the extra addon on the final page. thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 23, 2019 Share Posted April 23, 2019 generally, I would say that the cart process works as it always has and you can't start changing the steps (e.g move this here, move that there) - it's never been flexible enough to accommodate that. you could add links to products on the checkout page, that's just a <a href> that links them back to the ordering of that product.... daresay, you could do that with a hook or in the template... product addons at that stage would be difficult as there could be multiple products in the cart and no simple way of allocating an addon to which product. MC product addons are shown at the view cart stage and can be added to the cart - though not removed from there directly. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.