Results 1 to 10 of 22

Threaded View

  1. #1

    help question Price Layout Customization ZCV138a

    I am trying to customize my price layout so that it displays like this:



    However I can't seem to figure out how to do it. The code that is calling it within the product display page is

    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 -->
    And it currently looks like this:



    Any help on achieving this would greatly be appreciated! Thanks so much!

    J.:
    Last edited by cs_jono; 2 Apr 2010 at 04:41 PM. Reason: Change Image

 

 

Similar Threads

  1. Layout Customization
    By faithtong in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 20 Mar 2009, 01:42 AM
  2. Layout box customization..
    By nekosgrace in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Oct 2006, 01:43 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