Page 1 of 1
Search found 4 matches
Re: How can I fix url redirections to remove index.php?_rout
*SOLVED*
Add this to .htaccess file:
RewriteCond %{THE_REQUEST} \ /index\.php\?_route_=?([^&\ ]*)
RewriteRule ^ /%1? [L,R]
- Sun May 22, 2016 12:13 pm
- Replies 6
- Views 8554
[Solved] How to Remove index.php?_route=
My problem is that when I go to website/Creatinas it redirects to website/index.php?_route_=Creatinas and I want it to go to: https://supletech.cl/Creatinas Any help is very appreciated. Thank you! -------------------------------------------- *SOLVED* Add this to .htaccess file: RewriteCond %{THE_RE...
Jump to post- Sun May 22, 2016 11:56 am
- Replies 6
- Views 8554
Re: Product Discount Not Working
Confirmed to not work DISCOUNT + SPECIAL price together. They simple don't work when both enabled. If anyone finds a fix for this, please let us know
Jump to post- Fri May 06, 2016 9:20 am
- Replies 21
- Views 16133
Re: Insert image payment method on checkout (image inside)
just change the language file 1. EDIT: catalog/language/english/payment/pp_standard.php 2. FIND: $_['text_title'] = 'PayPal'; 3. REPLACE WITH: $_['text_title'] = '<img src="path/to/pp.jpg" alt="Paypal" />'; Thanks Qphoria, however this fix makes editing an order to fail. http://...
Jump to post- Wed May 04, 2016 3:48 pm
- Replies 4
- Views 2951
Search found 4 matches