| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| [BUG-703] - Continue Shopping appears after modifying order details in shopping cart |
| Tracker: | Bug |
| Details: | |
| Submitted | Comment | ||
|---|---|---|---|
|
soeren_nb Apr 20 2006 16:29 |
See //line 28// in the file __/html/shop.cart.php__!
Change from [{elseif( empty( $category_id) && !empty($product_id) ) {]} to [{elseif( empty( $category_id) && !empty($product_id) && empty($func)) {]} That prevents the "Continue shopping" link to be displayed after user actions in the cart. |
||
|
soeren_nb Apr 20 2006 11:35 |
I stored it in the bug system because the functionality does not work as I have assumed it should work. This doesn't mean it is wrong, I may not understand how the function is meant to operate.
As mentioned, clicking 'continue shopping' doesn't necessarily return the user to the correct virtuemart page therefore I thought it was a bug. Alternatively the 'continue shopping' item should not appear when the shopping cart was accessed from a page which was not for a product or category. |
||
|
soeren_nb Apr 19 2006 20:21 |
This would be a feature request, not a bug. |