Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Changing "Free Shipping" text....some code help needed

Changing "Free Shipping" text....some code help needed

Locked

Views: 1,570

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
9 Dec 2009, 9:03 PM
#1
bobbobberson avatar

bobbobberson

New Zenner

Join Date:
Feb 2009
Posts:
24
Plugin Contributions:
0

Changing "Free Shipping" text....some code help needed

Hi Everyone.....:cool:

My site, http://redlioncosmeticsltd.com
offers 2 very simple shipping options.....

-Free Shipping on orders over $50, and
-Flat Rate Shipping of $9.99 on orders under $50
(I am happy to report that both of these options are configured properly and both work!!!)

However, although the site just opened,
I was hoping to improve my conversion rate by adding "extra" text to the "shipping options" upon checkout.

I have noticed that when a customer has created their account and is directed to the "Step 1 of 3 - Delivery Information" page;

-if their order is under $50, they are only given the flat rate or "Best Way" option of $9.99....which is perfect !
-but if their order is over $50, they are given both the Flat Rate option and the Free Option (with the Free Option being selected by Default)

Perhaps I am only nitpicking, or perhaps I may not be giving my customers enough credit, not to touch the radio button defaults,
but i was wondering if it is possible to either......

  1. Disable the flat rate option from appearing when the order is over $50........or
  2. Changing the standard "Free Shipping" text to "Free Shipping on orders over $50" (...if the order is over $50...)
  3. Or perhaps adding a "Free Shipping Icon" ie:

I have read a post on changing "verbiage" and have used the Developers Toolkit to narrow down the php files that i may need to modify.....but am still coming up stuck

Currently when i search "Free Shipping", I get 13 files matching the search......

  1. /includes/languages/english/categories.php
  2. /includes/languages/english/coupon_admin.php
  3. /includes/languages/english/document_general.php
  4. /includes/languages/english/document_product.php
  5. /includes/languages/english/product.php
  6. /includes/languages/english/product_free_shipping.php
  7. /includes/languages/english/product_music.php
  8. /includes/languages/english/checkout_shipping.php
  9. /includes/languages/english/extra_definitions/product_free_shipping.php
  10. /includes/languages/english/modules/order_total/ot_shipping.php
  11. /includes/languages/english/modules/shipping/freeoptions.php
  12. /includes/languages/english/modules/shipping/freeshipper.php
  13. /includes/languages/english/popup_coupon_help.php

I think I have narrowed down the files to these 4...

  • /includes/languages/english/coupon_admin.php
  • /includes/languages/english/checkout_shipping.php
  • /includes/languages/english/modules/order_total/ot_shipping.php
  • /includes/languages/english/modules/shipping/freeoptions.php

...But am not sure which one(s) to modify....

Any Help Would be Greatly Appreciated !!!!!:clap:

Thanks in advance

Bob

9 Dec 2009, 11:35 PM
#2
bobbobberson avatar

bobbobberson

New Zenner

Join Date:
Feb 2009
Posts:
24
Plugin Contributions:
0

Re: Changing "Free Shipping" text....some code help needed

To Update....I was lucky enough to find a thread indicating that the text can be changed through the freeoptions.php file.:flex:

http://www.zen-cart.com/forum/showthread.php?t=100234

This will do....however should anyone find a way to additionally add an icon or disable the "Flat Rate/Best Way" option (when free shipping is offered).....I'd be very much indebted !!!!!

Thanks again:P