Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2009
    Posts
    3
    Plugin Contributions
    0

    Default Just want to use Zencart to display my products. How do I turn of all buy options?

    I am using Zencart as a shop front for all my products. I don't want to use it for online purchases. How do I disable all the online purchasing options.

    Just want it to display products and nothing else.
    Last edited by gaza mac; 26 Sep 2009 at 03:02 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Just want to use Zencart to diplay my company products. How do I turn of all paym

    admin > my store > store status > select what & how you want your site to be displayed from the selections

    0= Normal Store
    1= Showcase no prices
    2= Showcase with prices
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Just want to use Zencart to display my products. How do I turn of all buy options

    Thanks Cobra I set the option to 1

    Thats left me with a box now displaying - Quantity in Cart: 2 and Contact Us.

    How do I remove just - Quantity in Cart: 2?

    Also do you know how I can turn off the 'Write A Review' option please mate?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Just want to use Zencart to display my products. How do I turn of all buy options

    Showcase should not have a cart
    Where is this page for viewing?
    Post a link
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Sep 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Just want to use Zencart to display my products. How do I turn of all buy options

    Think I got most of it sorted out Kobra.

    As you can see, I am displaying a Neil Diamond Tribute Act on the link below.

    Do you know how I could include a 'More Info' link to include extra details about the act and link a music files?

    http://binarydiamond.com/zencart/ind...&products_id=1

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Just want to use Zencart to display my products. How do I turn of all buy options

    Do you know how I could include a 'More Info' link to include extra details about the act and link a music files?
    Create your additional info in an ezpage
    Code the "more info" link in the product description using normal html href syntax....ezpage link will resemble
    Code:
    index.php?main_page=page&id=5
    To remove "contact us" unless there is a switch that I am not aware of....
    Edit a copy of includes/templates/template_default/templates/tpl_product_info_display.php
    and when done place in your template/templates folder - create if not already there

    remove or comment out the cart add block from bof to eof inclusive
    Code:
    <!--bof Add to Cart Box -->
    <?php
    if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
      // do nothing
    } else {
    ?>
                <?php
        $display_qty = (($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' : '');
                if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
                  // hide the quantity box and default to 1
                  $the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
                } else {
                  // show the quantity box
        $the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="4" /><br />' . zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '<br />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
                }
        $display_button = zen_get_buy_now_button($_GET['products_id'], $the_button);
      ?>
      <?php if ($display_qty != '' or $display_button != '') { ?>
        <div id="cartAdd">
        <?php
          echo $display_qty;
          echo $display_button;
                ?>
              </div>
      <?php } // display qty and button ?>
    <?php } // CUSTOMERS_APPROVAL == 3 ?>
    <!--eof Add to Cart Box-->
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Replies: 2
    Last Post: 24 May 2012, 02:42 PM
  2. How to turn off "All Products" display?
    By tinstew in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Jan 2010, 11:14 AM
  3. SSL on POWWEB. How they want you to use it...but can ZenCart?
    By datatv in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 21 Apr 2009, 05:53 AM
  4. How can i do use the zencart just like this
    By kevinlee in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 2 May 2007, 10:06 PM
  5. Replies: 6
    Last Post: 2 Oct 2006, 02:47 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR