Page 1 of 2
[RELEASED] Catalog/View Only Mode
Posted: Sun Aug 28, 2011 6:11 am
by rph
Catalog Mode is an OpenCart modification that displays your store as a view-only catalog. Hidden sections
include:
- Product “Add to Cart”
- Account Creation and Log In
- Reward Points
- Customer Wishlist
- Gift Vouchers
- Customer supplied product options
- Affiliates
- Relevant footer links
- Sitemap links
Preserved areas include:
- Product Compare
- Specials
- Non-customer selectable Product Options
- Social networking links
- Customer Review
CATALOG MODE DEMO SITE
GET OPENCART CATALOG MODE HERE
One Click Enable or Disable
Catalog Mode can be turned on or off at any time with one simple click in Admin settings.
Intelligently Preserves Options
Catalog Mode shows "Available Options" based on select, radio, and checkbox inputs while removing customer supplied options like text, file upload, and date & time.
Supports Multi-Store
Display one store in Catalog Mode and keep another as a fully functioning cart that processes orders. You can even share templates.
True Disabling
Automatically redirects away from areas like account and cart even if the customer directly enters the URL.
Expandable
Add more elements you wish to hide by adding a simple line of code to the HTML in your template.
Requirements
Catalog Mode is designed to work with the default installation of OpenCart 1.5.1.1 and later (see Extension Store link for details). Any custom user modifications will be overwritten.
Re: [RELEASED] Catalog/View Only Mode
Posted: Thu Sep 08, 2011 3:29 pm
by rph
Catalog Mode has been updated to v1.1 with a small bug fix for specials.
Re: [RELEASED] Catalog/View Only Mode
Posted: Fri Sep 16, 2011 11:53 pm
by kellyrnh
Is there any way we can do Catalog Mode with customer account & wishlist?
Re: [RELEASED] Catalog/View Only Mode
Posted: Sat Sep 17, 2011 7:32 am
by rph
Hi Kelly. I'm not sure if I'm following your question right but Catalog Mode does already disables those.
Re: [RELEASED] Catalog/View Only Mode
Posted: Tue Sep 20, 2011 1:38 am
by kellyrnh
Sorry if I didn't phrase that right, I want the account and wishlist - just no cart/pricing. Is this possible?
Re: [RELEASED] Catalog/View Only Mode
Posted: Tue Sep 20, 2011 5:01 am
by rph
I'm afraid not.
Re: [RELEASED] Catalog/View Only Mode
Posted: Wed Sep 21, 2011 2:53 am
by kellyrnh
Is there any way I can do this myself with Opencart? I was hoping to use it with this project but if not I'll have to find another solution.
Re: [RELEASED] Catalog/View Only Mode
Posted: Wed Sep 21, 2011 9:33 am
by rph
Yes, you can remove it on the template level. If you do a search you should be able to find some info on the forum.
Re: [RELEASED] Catalog/View Only Mode
Posted: Wed Oct 12, 2011 3:07 am
by mykjones
Just what i needed thank you.
Is it possible to remove the words "please choose" from the options categories?
Also in the "Price" I would like to rename it "As low as" could you point me to the php file i can find this and rename?
Thanks for any help you can give. All the best!
Re: [RELEASED] Catalog/View Only Mode
Posted: Thu Oct 13, 2011 2:04 am
by rph
mykjones wrote:Just what i needed thank you.
Is it possible to remove the words "please choose" from the options categories?
Do you mean Choose One/Choose Multiple? I can send you an updated language file that removes them if you'd like.
Also in the "Price" I would like to rename it "As low as" could you point me to the php file i can find this and rename?
If you actually want to display the low price I have a
module that does that. If you just want to add it in front of the regular price the simplest way to approach it is to hard code it in the template files.
Re: [RELEASED] Catalog/View Only Mode
Posted: Thu Oct 13, 2011 2:59 pm
by mykjones
Thank you for the quick reply. An updated language file for the choose one/choose multiple would be great if possible. Thank you.
The module is great i may use it at a later date but for now was just looking to replace the "price" word with "as low as". I will be displaying a price table with a breakdown (300+.58, 500+.56, 1000+.57), which is why when the client see's the product he will be viewing the price at the lowest offered.
If you can point out the files to edit i could work on it myself so not to waste your time.
Thanks again!
All the best!
Re: [RELEASED] Catalog/View Only Mode
Posted: Thu Oct 13, 2011 3:43 pm
by rph
PM me with your email address and I'll send you the updated files which should be able to accomplish both those things.
Re: [RELEASED] Catalog/View Only Mode
Posted: Fri Dec 02, 2011 4:56 am
by burnwire
will this mod work on different templates??
Re: [RELEASED] Catalog/View Only Mode
Posted: Fri Dec 02, 2011 8:54 am
by rph
Not without modification, unfortunately.
Re: [RELEASED] Catalog/View Only Mode
Posted: Mon Jan 30, 2012 12:03 pm
by rph
cassiodorus wrote:But your mod disables the cart function for all or none products, correct?
Correct.
cassiodorus wrote:Is there any way to do it for only a selection of products?
You best bet might be to use OpenCart's built-in inventory control.
Re: [RELEASED] Catalog/View Only Mode
Posted: Mon Mar 05, 2012 12:33 pm
by rph
Catalog Mode has been updated for OpenCart 1.5.2.x.
Re: [RELEASED] Catalog/View Only Mode
Posted: Fri Mar 09, 2012 1:24 am
by xl5
1.4.9.1?

Re: [RELEASED] Catalog/View Only Mode
Posted: Fri Mar 09, 2012 9:13 am
by rph
Afraid not.
Re: [RELEASED] Catalog/View Only Mode
Posted: Thu Mar 22, 2012 7:21 pm
by Snafy
Is there a free version؟
Re: [RELEASED] Catalog/View Only Mode
Posted: Thu Mar 22, 2012 7:33 pm
by rph
No. There is info in the forum about editing the default template if you want to do that.