Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Feb 2006
    Location
    Malagash, Nova Scotia
    Posts
    16
    Plugin Contributions
    0

    Default Disable the shopping cart?

    Is it possible to set Zen Cart to display prices without using the shopping cart module?
    I want to have user accounts, display prices but NOT use the site for online sales
    Thanks

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Disable the shopping cart

    Yes, there is a showcase with or without prices.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Feb 2006
    Location
    Malagash, Nova Scotia
    Posts
    16
    Plugin Contributions
    0

    Default Re: Disable the shopping cart

    Thanks
    I see the setting for with and without prices however if I set it to Showcase with Prices I loose the customer account / login feature.
    Can I have a showcase with prices AND also have access to the customer account functions so I can send mail?
    Thanks

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Disable the shopping cart

    You could try a combination of the Customer Detail settings ...

    Customer must login and be approved to shop ...

    Just never approve them ...

    Might want to change the display text so they don't feel like you don't like them if they have created an account and are not approved ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2006
    Location
    Malagash, Nova Scotia
    Posts
    16
    Plugin Contributions
    0

    Default Re: Disable the shopping cart

    Thanks Linda... You'll have to explain that one to me though, svp...

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Disable the shopping cart

    Change the Store Status back to Normal ...

    Set the Customer Details to 3 for:
    Customer Approval Status - Authorization Pending
    Customer must be Authorized to shop
    0= Not required
    1= Must be Authorized to Browse
    2= May browse but no prices unless Authorized
    3= Customer May Browse and May see Prices but Must be Authorized to Buy
    Customer goes to site and sees: Login to Shop

    Customer creates account and sees: Approval Pending

    You can change the define statements for those words to nothing or to whatever you want ...

    Customers can now create accounts, then cannot buy anything but they can see your prices ...

    Later, if you want a real site for shopping, you can approve all customers and they can start shopping ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Feb 2006
    Location
    Malagash, Nova Scotia
    Posts
    16
    Plugin Contributions
    0

    Default Re: Disable the shopping cart

    Thanks Linda, I think that did it. I removed the text but the box is still on screen but I can live with that until I find the code for it.
    Now to work my way through the rest of the development exercise

  8. #8
    Join Date
    Apr 2008
    Posts
    178
    Plugin Contributions
    0

    Default Re: Disable the shopping cart

    This is exactly what I’m looking for, can anybody help me find the file I need to locate to change the words APPROVAL PENDING

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Disable the shopping cart

    The Developers Tool Kit is your friend ...

    Go to the Tools ... Developers Tool Kit ... and in the bottom input box enter:
    APPROVAL PENDING

    next, select Catalog ... and then click Search ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10
    Join Date
    Apr 2008
    Posts
    178
    Plugin Contributions
    0

    Default Re: Disable the shopping cart

    Hi Linda,
    I’ve already uses the developers tool kit but still cant fine the wording,
    Here’s were I have looked,


    /home/sites/scrap-archives.com/public_html/includes/languages/classic/english.php

    Line #515 : define('TEXT_AUTHORIZATION_PENDING_BUTTON_REPLACE', 'APPROVAL PENDING');

    /home/sites/scrap-archives.com/public_html/includes/languages/english.php

    Line #510 : define('TEXT_AUTHORIZATION_PENDING_BUTTON_REPLACE', 'APPROVAL PENDING');

    THIS IS WHAT I SEE, FROM LINE 499 TO 519,i have also look through both of the files but still cant see the text i need to change?

    Line 499 to 519

    // search filters
    define('TEXT_INFO_SEARCH_DETAIL_FILTER','Search Filter: ');
    define('HEADING_TITLE_SEARCH_DETAIL','Search: ');
    define('HEADING_TITLE_SEARCH_DETAIL_REPORTS', 'Search for Product(s) - Delimited by commas');
    define('HEADING_TITLE_SEARCH_DETAIL_REPORTS_NAME_MODEL', 'Search for Products Name/Model');

    define('PREV_NEXT_PRODUCT', 'Products: ');
    define('TEXT_CATEGORIES_STATUS_INFO_OFF', '<span class="alert">*Category is Disabled</span>');
    define('TEXT_PRODUCTS_STATUS_INFO_OFF', '<span class="alert">*Product is Disabled</span>');

    // admin demo
    define('ADMIN_DEMO_ACTIVE','Admin Demo is currently Active. Some settings are will be disabled');
    define('ADMIN_DEMO_ACTIVE_EXCLUSION','Admin Demo is currently Active. Some settings are will be disabled - <strong>NOTE: Admin Override Enabled</strong>');
    define('ERROR_ADMIN_DEMO','Admin Demo is Active ... the feature(s) you are trying to perform have been disabled');

    // Version Check notices
    define('TEXT_VERSION_CHECK_NEW_VER','New Version Available v');
    define('TEXT_VERSION_CHECK_NEW_PATCH','New PATCH Available: v');
    define('TEXT_VERSION_CHECK_PATCH','patch');
    define('TEXT_VERSION_CHECK_DOWNLOAD','Download Here');
    define('TEXT_VERSION_CHECK_CURRENT','Your version of Zen Cart&trade; appears to be current.');

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Is there a way to Disable the Shopping Cart ...
    By jibbyprog in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Oct 2010, 04:55 PM
  2. Can I disable the shopping cart and user account features?
    By JonMR2 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Mar 2010, 08:53 PM
  3. How can I disable the Shopping cart?
    By X-Bumble in forum General Questions
    Replies: 2
    Last Post: 25 Sep 2008, 05:27 PM
  4. Disable price in the shopping cart?
    By venera15 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Feb 2008, 07:05 PM
  5. How to disable out of stock in the main-page-shopping-cart?
    By insidethelogcabin in forum Basic Configuration
    Replies: 2
    Last Post: 1 Feb 2007, 05:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg