[osCommerce] non-static page workaround not working
No I've made a copy of the shopping_cart.php only with a little different layout and some other name. When I go to this page, for which I've made my static page adjustments, it looks good up until you change a quantity in your "cart".
Here's my rule in .htaccass: RewriteRule ^([a-z]{2})/order-form$ bestelformulier.php?language=$1 [L,QSA]
I've noticed it doesn't work because when you update a quantity it gives you this:
domain.com/order_form?action=update_product
So basically the "?action=update_product" makes the SEO link fail. Can I solve this with an extra or adjusted rewrite rule ?