Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2008
    Posts
    10
    Plugin Contributions
    0

    Default HOW TO- make price show "per/month"

    hey guys, im starting a web design/hosting company and want to know how to set prices to "per/month". IM looking into Authorize.net with a ARB for the recurring billing.

    Any thoughts>?
    www.trueserverhosting.com/store

  2. #2
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,916
    Plugin Contributions
    3

    Default Re: HOW TO- make price show "per/month"

    So you want to change the label: "Price", to "Price Per Month" ?
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  3. #3
    Join Date
    Mar 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: HOW TO- make price show "per/month"

    yes! =]

    anyone know how to do that?

  4. #4
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,916
    Plugin Contributions
    3

    Default Re: HOW TO- make price show "per/month"

    1. COPY THESE FILES TO YOUR HARD DRIVE

    includes/languages/english/advanced_search.php
    includes/languages/english/advanced_search_result.php
    includes/languages/english/index.php


    Find the following line IN EACH OF THE FILES:-

    define('TABLE_HEADING_PRICE', 'Price');

    Change it to:-


    define('TABLE_HEADING_PRICE', 'Price Per Month');

    SAVE THE FILE(S)

    FTP the files back to your server, but put them in your CUSTOM TEMPLATE folder...



    includes/languages/english/YOUR_TEMPLATE/advanced_search.php
    includes/languages/english/YOUR_TEMPLATE/advanced_search_result.php
    includes/languages/english/YOUR_TEMPLATE/index.php


    -----------------------------------------------------

    2. COPY THESE FILES TO YOUR HARD DRIVE

    includes/languages/english/featured_products.php
    includes/languages/english/products_all.php
    includes/languages/english/products_new.php



    Find the following line IN EACH OF THE FILES:-


    define('TEXT_PRICE', 'Price:');

    Change it to:-

    define('TEXT_PRICE', 'Price Per Month:');

    SAVE THE FILE(S)


    FTP the files back to your server, but put them in your CUSTOM TEMPLATE folder...


    includes/languages/english/YOUR_TEMPLATE/featured_products.php
    includes/languages/english/YOUR_TEMPLATE/products_all.php
    includes/languages/english/YOUR_TEMPLATE/products_new.php
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  5. #5
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: HOW TO- make price show "per/month"

    Is there any way to do this on a per product basis.
    For instance, I have some products that are monthly and other products that are one time fee.

    Thanks in advance!

  6. #6
    Join Date
    Mar 2005
    Location
    South coast of MA, USA
    Posts
    98
    Plugin Contributions
    0

    Default Re: HOW TO- make price show "per/month"

    Yes, you can set up attributes to handle this pricing.

    Set up an option name (like "period")
    and then option values for that name like "monthly", "weekly", "annually".

    IF the product only has one purchase option there is no need to use attributes.

    Refer to: http://tutorials.zen-cart.com/index.php?article=57

    ~Roland

  7. #7
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: HOW TO- make price show "per/month"

    Thanks Roland,
    I'll give this a try now.
    cheers

 

 

Similar Threads

  1. 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
  2. Can't change the "price" and "Item Name" Link
    By thricelll in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 27 Feb 2011, 08:16 AM
  3. Can someone make "Customer Tax Exempt" and "Local Sales Tax" mods work together?
    By Squanto in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 7
    Last Post: 10 Sep 2010, 12:58 AM
  4. Replies: 3
    Last Post: 18 Aug 2007, 06:00 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
  •