Re: Filter Module
With version 1.5.5.1, in the admin, you can add filters to be made available for use on the category pages on the front end. I was hoping to also create a filter to use on the search results page Jump to postavvici wrote:Default filter is already set to work on the search results page. Are you trying something custom?
- Tue May 14, 2013 6:06 am
- Replies 3
- Views 338
Filter Module
I have this working fine on the category.tpl, but I need it to work on the search.tpl (search results page).
How do I do this?
- Tue May 07, 2013 11:40 am
- Replies 3
- Views 338
Re: Featured product in header.tpl [SOLVED]
I used this as an idiots guide:
http://redbonzai.com/create-modules-in- ... -opencart/
- Mon Apr 22, 2013 8:47 pm
- Replies 1
- Views 192
Featured product in header.tpl [SOLVED]
Morning, I need to put featured product in header.tpl (version 1.5.5.1) I have searched this forum and found a thread implying that fido-x had created an extension for this. I cannot find it and fido's website is down. Can someone please either show me an extension or give me a tip on how to get thi...
Jump to post- Mon Apr 22, 2013 5:16 pm
- Replies 1
- Views 192
Re: [vQmod] - Full Option Price
This works fine with version 1.5.5.1
Jump to post- Tue Apr 16, 2013 12:40 pm
- Replies 77
- Views 66275
VQMOD cannot redeclare controller [SOLVED]
I have installed VQMOD on opencart version 1.5.5.1 Initially it was throwing up a 500 error, so I did the manual install and it seemed ok. Now I get the following: Fatal error: Cannot redeclare class Controller in /home/xxxx/public_html/xxxx/vqmod/vqcache/vq2-system_engine_controller.php on line 2 I...
Jump to post- Sun Apr 14, 2013 4:25 pm
- Replies 1
- Views 2010
Re: OpenCart Product Filters - How do they work? 1.5.5
When you start typing the filter name and the autocomplet doesn't fire up so no dropdown box, no way to add filters. Strange thing is that happens only for filters, everyother autocomplete integration works great (Category > Parent, Products > Links > Manufacturer, Categories, Related Products, etc...
Jump to post- Wed Apr 10, 2013 12:09 pm
- Replies 22
- Views 20542
Re: OpenCart Product Filters - How do they work? 1.5.5
Another issue with this is that the link in Admin menu to catalog->filter seems to be missing. Initially I thought that I may have removed it from header.tpl when I was customising the admin. But then I noticed that it was also missing from the controller and language file, and I knew that I would n...
Jump to post- Wed Apr 10, 2013 11:52 am
- Replies 22
- Views 20542
Show featured products in slideshow
Hello
How do I include featured products (or selected products) in the slideshow?
I have searched the extension library but cannot find one. Does anyone know where i could find such an extension?
Version 1.5.5.1
Jez D
- Fri Mar 15, 2013 7:03 pm
- Replies 0
- Views 349
Re: [NEW THEME] BabyComm Responsive Theme
Can anyone tell me where I can get a slideshow for featured products
Jump to post- Fri Mar 15, 2013 6:46 pm
- Replies 3
- Views 1059
Re: New Orders Missing in Admin
I tried that, as I saw it in one of your other posts. I do not have a option called 'Missing' in the order status. A purchase I made earlier shows in the DB and has an order_status_id of 5, which i believe means 'complete'. Yet, this does not show in admin either. It seems that the payments are rece...
Jump to post- Fri Jan 11, 2013 9:53 pm
- Replies 5
- Views 183
Re: New Orders Missing in Admin
Please search the forums. This has been answered a gazillion times. Maybe try "missing orders" Thanks for that. However, these posts (hundreds of them) all seem to be for specific payment methods. I have the issue for ALL payment methods. There seems to be a disconnect between what goes in the data...
Jump to post- Fri Jan 11, 2013 9:43 pm
- Replies 5
- Views 183
New Orders Missing in Admin
Morning,
A new issue has arisen. It seems that when orders are made, they do not appear in admin. Emails get sent etc and the order is saved in the DB. But, when you try to view it in Admin, it just isn't listed.
Any suggestions on how to resolve this will be most welcome
version 1.5.1.3
Jez D
- Fri Jan 11, 2013 9:21 pm
- Replies 5
- Views 183
Re: SSL just not working
Have you also selected 'Use SSL' in the admin?
Jump to post- Fri Jan 11, 2013 9:14 pm
- Replies 52
- Views 36961
Re: Redirect checkout to SSL
I found the solution:
put this into .htaccess
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{QUERY_STRING} checkout|account
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
- Wed Dec 05, 2012 6:49 pm
- Replies 1
- Views 183
Re: SSL just not working
I found the solution:
.htaccess file with this in
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{QUERY_STRING} checkout|account
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
- Wed Dec 05, 2012 6:48 pm
- Replies 52
- Views 36961
Re: SSL just not working
I have followed all this instructions (which make perfect sense to me) and yet still my checkout pages are not redirecting to https. There's no error message, the checkout page just gets shown as normal. Any ideas?
Jump to post- Wed Dec 05, 2012 6:12 pm
- Replies 52
- Views 36961
Redirect checkout to SSL
For some reason the checkout pages are no being server via https I have this in the config file: // HTTPS define('HTTPS_SERVER', 'https://www.DOMAINNAME.co.uk/shop/'); define('HTTPS_IMAGE', 'https://www.DOMAINNAME.co.uk/shop/image/'); and Use SSL: is set to Yes. Admin is fine and is served via https...
Jump to post- Wed Dec 05, 2012 5:57 pm
- Replies 1
- Views 183
Reward points to other customer
Hello
I need reward points earned on specific products to be given to a specified customer but not the buyer. Does anyone know of an extension for this?
- Mon Dec 03, 2012 1:26 pm
- Replies 0
- Views 111
Allocation of reward Points -- DELETE
Posted in wrong place. Sorry!
Jump to post- Sun Dec 02, 2012 4:08 am
- Replies 0
- Views 263