Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Price is Displaying as "0" (zero)

    Using a new install of V150.

    I have the products all set up, displaying properly, etc - only the price is displaying as zero. Under Admin -> Products Price Manager it correctly displays the price in the Price box, but not anywhere else.

    The product IS set to in-stock.
    The product IS NOT set to price by attribute.
    The product IS NOT set to Free.
    The product IS NOT set to Call for Price.
    QTY Min = 1.
    QTY Max = 0.
    Products_quantity is set to 999.
    Store Status = 0.

    I'm at a loss as to what else could be causing it to display as zero. Any ideas?

  2. #2
    Join Date
    Oct 2011
    Location
    AZ
    Posts
    384
    Plugin Contributions
    0

    Default Re: Price is Displaying as "0" (zero)

    There's a short tutorial for when that happens, you might find something there:

    http://www.zen-cart.com/content.php?138

    Good Luck.

  3. #3
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: Price is Displaying as "0" (zero)

    Quote Originally Posted by joejoejoe View Post
    There's a short tutorial for when that happens, you might find something there:

    http://www.zen-cart.com/content.php?138

    Good Luck.
    I hadn't seen that yet - Thanks Joe. I had been through most of those settings and none of the steps solved the problem however.

  4. #4
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: Price is Displaying as "0" (zero)

    I did a fresh install in a subdir and compared the DB and the only differences were the additional columns in zen_products I had from a shipping module (CanadaPost I believe) in v139. I removed those columns and prices are now displaying properly. The columns in question were:

    `products_weight_type` enum('lbs','kgs') NOT NULL default 'lbs',
    `products_dim_type` enum('in','cm') NOT NULL default 'in',
    `products_length` decimal(6,2) NOT NULL default '12.00',
    `products_width` decimal(6,2) NOT NULL default '12.00',
    `products_height` decimal(6,2) NOT NULL default '12.00',
    `products_ready_to_ship` enum('0','1') NOT NULL default '1'

    I've copied the database a bunch of times before, to sites without the CanadaPost module installed without any problems. Even another v150 site. It's strange that it broke it here, but since the fields aren't being used anyways - I can live with them being removed.

    Problem solved I guess.

 

 

Similar Threads

  1. Replies: 0
    Last Post: 27 Nov 2011, 06:04 PM
  2. Displaying dynamic "from" price on home page
    By kcorbishley in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 May 2011, 08:53 PM
  3. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM
  4. Remove "Product Image" "Item Name" and "Price"...
    By rebekah in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2008, 06:08 PM

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