Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jun 2013
    Location
    Spokane, Washington, United States
    Posts
    9
    Plugin Contributions
    0

    cart error How to put price at the bottom of product pages, not the top?

    I cannot find any information anywhere about changing the layout for individual product pages.

    When opening a product page, to view the product description, the product prices show up in the title only. I want the prices to be displayed at the bottom of the product page, next to the "add to cart" button. I am selling all products as free shipping digital goods (eBooks). I've tried enabling to show quantity and disabling show quantity but it still doesn't show a price.

    I have disabled the "show price in title" metatag option in the Admin under Product Listing options but it didn't help, the price still shows in the title. I also edited each item's metatags and turned off price as a metatag.

    I gave up and decided to ask for help! Thanks

    http://www.Ritalie.com/store
    Version 1.5.4

  2. #2
    Join Date
    Aug 2014
    Location
    Lisbon
    Posts
    594
    Plugin Contributions
    0

    Default Re: How to put price at the bottom of product pages, not the top?

    Hi
    In your includes/templates/template_default/tpl_product_info_display.php, you'll find this :

    PHP Code:
    <!--bof Product Price block -->
    <h2 id="productPrices" class="productGeneral">
    <?php

    // base price
      
    if ($show_onetime_charges_description == 'true') {
        
    $one_time '<span >' TEXT_ONETIME_CHARGE_SYMBOL TEXT_ONETIME_CHARGE_DESCRIPTION '</span><br />';
      } else {
        
    $one_time '';
      }
      echo 
    $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE '') . zen_get_products_display_price((int)$_GET['products_id']);
    ?></h2>
    <!--eof Product Price block -->
    Move this block, to where you want it.
    “Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison

 

 

Similar Threads

  1. How to put words beneath the title and price of a product?
    By chelchel in forum Customization from the Admin
    Replies: 0
    Last Post: 1 Mar 2012, 09:26 PM
  2. How can I setup a discliamer at the bottom of all product pages?
    By candylotus in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 28 Jul 2009, 08:49 PM
  3. how can i remove the product added on the bottom of the page?
    By rjgonzalez in forum General Questions
    Replies: 2
    Last Post: 14 Mar 2009, 10:50 PM
  4. Why is the price different in preview to what I put in for the product?
    By clothmania in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 31 Mar 2008, 11:06 AM
  5. How to I do product pages W/OUT the image and price on the top of the page?
    By triswim in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Mar 2008, 07:46 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