Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    108
    Plugin Contributions
    0

    Default How do i move the *one time charges text below the price

    How do i move the *One time charges my apply text below the price and remove the bold so it's a normal font weight

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

    Default Re: How do i move the *one time charges text below the price

    Where is the page with this displayed??

    Post like
    zen-cart dot com
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2009
    Posts
    108
    Plugin Contributions
    0

    Default Re: How do i move the *one time charges text below the price

    Quote Originally Posted by kobra View Post
    Where is the page with this displayed??

    Post like
    zen-cart dot com
    It's on www . tastycards . se
    under each products

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

    Default Re: How do i move the *one time charges text below the price

    Using a template monster template this may or may not work

    First check to see if you already have this file at this location
    includes/templates/theme355/templates/tpl_product_info_display.php

    If so FTP it to your local and use a plain text code editor

    If not get a copy at
    /includes/templates/template_default/templates/tpl_product_info_display.php

    When edited and saved your will FTP it to

    includes/templates/theme355/templates/tpl_product_info_display.php

    If the folder does not exist create it

    Find the <!--bof Product Price block --> and replace it with the following re-ordered code

    Code:
    <!--bof Product Price block -->
    <h2 id="productPrices" class="productGeneral">
    <?php
    // base price
      echo zen_get_products_display_price((int)$_GET['products_id']). '</span><br />';
      if ($show_onetime_charges_description == 'true') {
        $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
      } else {
        $one_time = '';
      }
      zen_get_products_display_price((int)$_GET['products_id']);
      echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : ''); 
    ?></h2>
    <!--eof Product Price block -->
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2009
    Posts
    108
    Plugin Contributions
    0

    Default Re: How do i move the *one time charges text below the price

    Thanks but how do i move up the price starting at:
    i tried to do t hat but i'm not good at coding at all so it did'nt work

 

 

Similar Threads

  1. How do I move the define_main_page text from under the slider to above the slider?
    By huntleybill in forum Customization from the Admin
    Replies: 1
    Last Post: 2 Oct 2013, 03:08 AM
  2. v139e How can I move the price field to the left
    By amnon_d in forum General Questions
    Replies: 1
    Last Post: 19 Mar 2012, 11:28 AM
  3. How to remove One time charges may apply?
    By cico in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 10 Sep 2010, 02:06 AM
  4. How do I break down One time charges at Checkout?
    By Dchrastil in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 15 Oct 2009, 08:17 PM

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