Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Twitch List Price - how do I display List price?

    I need to display the list price on the product listing pages in my cart.

    I have Twitch Base Cost and Twitch List Price modules installed on a 1.51 Zen cart new install.
    Admin Display Product/Catalog Thumbnails and Column layout grid are also installed.

    Any ideas where I should begin?
    Thanks :)

  2. #2
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Twitch List Price - how do I display List price?

    Column Layout Grid would be the problem. Which version of List Price do you have installed?
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  3. #3
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Twitch List Price - how do I display List price?

    Twitch List Price - Version: 13a
    Is there another?

  4. #4
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Twitch List Price - how do I display List price?

    Upgrade to 14a then if that works I'll send over the steps to get it working on column layout grid :)
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  5. #5
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Twitch List Price - how do I display List price?

    twitch_list_price_13a_for_151.zip is what I get when I download the latest version...it's the original version I have already installed.

  6. #6
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Twitch List Price - how do I display List price?

    Check out my site while you wait for it to be approved, you'll find the version you seek ;)
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  7. #7
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Twitch List Price - how do I display List price?

    Thanks Twitch, I got it!
    I'll wait for you to send the steps to get it working on column layout grid. Currently it displays list price twice.

    Thanks again,

  8. #8
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Twitch List Price - how do I display List price?

    Quote Originally Posted by Trinity14 View Post
    Thanks Twitch, I got it!
    I'll wait for you to send the steps to get it working on column layout grid. Currently it displays list price twice.

    Thanks again,
    Be sure you have installed Column Layout Grid and Twitch List Price 14a for Zen Cart v1.51 - March 1.2014 - properly.

    When set for column layout, you will not see the list price heading, just the price. If it's duplicating as you mentioned, you've duplicated the code.

    So let's add the list price heading back into the list price output line with some CSS:

    includes/modules/YOUR_TEMPLATE/product_listing.php
    replace this:
    case 'PRODUCT_LIST_THE_LIST_PRICE':
    $lc_align = '';
    $lc_text = $listing->fields['products_list_price'];
    break;

    with this:
    case 'PRODUCT_LIST_THE_LIST_PRICE':
    $lc_align = '';
    $lc_text = '<span class="productsList_heading">' . TABLE_HEADING_THE_LIST_PRICE . '</span> &nbsp;<span class="productsList_price">$' . $listing->fields['products_list_price'] . '</span>';
    break;


    includes/templates/YOUR_TEMPLATE/css/stylesheet.css
    add the two classes you're calling in the last code:

    .productsList_heading {
    font-size: 1.3em;
    font-weight:bold;
    color:#00367F;
    }
    .productsList_price {
    font-size: 1.3em;
    color:#00367F;
    }

    Next be sure to navigate to Admin > Configuration -> Product Listing -> Display Product Price/Add to Cart set the sort order to '4'. By default the List Price is set for a sort order of 3.

    So now you will see the List Price $0.00 in the column grid :)
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  9. #9
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: Twitch List Price - how do I display List price?

    This fix works for anyone using Zen Cart 1.53 with Twitch List Price and Column Layout Grid for Product Listing 2.31.

    I know cause I'm Twitch ;)
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  10. #10
    Join Date
    Jan 2014
    Location
    Ontario, Canada
    Posts
    252
    Plugin Contributions
    3

    Default Re: Twitch List Price - how do I display List price?

    Thanks for following up, I'll work this into my schedule and let you know how it goes.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. how to config it to make it list by retail price, also pay by retail price?
    By hithere in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jun 2009, 05:37 PM
  2. How to create special price list
    By buschpolishes in forum General Questions
    Replies: 0
    Last Post: 22 May 2008, 09:01 PM
  3. How to use Price list module?
    By hamid84 in forum Managing Customers and Orders
    Replies: 1
    Last Post: 3 Jan 2008, 01:23 PM
  4. List Products Lowest Price to Highest Price
    By fatalparadox in forum General Questions
    Replies: 1
    Last Post: 21 Aug 2007, 06:49 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