• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Shipping dropdown - is it possible to rename this box?

Community Beginner ,
Oct 29, 2012 Oct 29, 2012

Copy link to clipboard

Copied

To add the shipping options I know to add {tag_shippingoptions} - but this then dsiplays "Choose Shipping Option" above a dropdown.... can this be renamed - say to "Please select delivery method"?

TOPICS
Newbie Corner

Views

510

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Oct 29, 2012 Oct 29, 2012

Under the eCommerce you can not manipulate the final price as this is a feature to protect such manipulation.

In terms of the shipping text it is under a span with ID - shippingSpan You can CSS out of screen position the text and apply a background image of the text you would like. Or Javascript but that would need to be re-activated every time there is interactions that update the cart by the BC scripts.

Votes

Translate

Translate
LEGEND ,
Oct 29, 2012 Oct 29, 2012

Copy link to clipboard

Copied

Hi Mel,

Not at this time.

Only Optons the tag are:

{tag_shippingoptions}List of shipping options. Extend via {tag_shippingoptions,X,Y,Z}. Set X to true to enable country and state dropdowns, for use with the Limit Delivery To feature or state taxes. Set Y to true to enable state tax regardless of customer country (otherwise only for customers in your country). Se Z to 2-letter country code to limit shipping country, e.g. US for United States. Use a semi-colon to add additional countries, e.g US;AU.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 29, 2012 Oct 29, 2012

Copy link to clipboard

Copied

Okay if that is not possible - is there a way of using javascript to change the total price on the cart...

I need to take what they have added to the cart, then automatically add a fixed fee... say £0.20  - then add a fixed percentage 3% of the total... 

Is it possible to take {tag_productgrandtotal} add £0.20 plus 3% and output a new {tag_invoicetotal}?

Mel.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 29, 2012 Oct 29, 2012

Copy link to clipboard

Copied

LATEST

Under the eCommerce you can not manipulate the final price as this is a feature to protect such manipulation.

In terms of the shipping text it is under a span with ID - shippingSpan You can CSS out of screen position the text and apply a background image of the text you would like. Or Javascript but that would need to be re-activated every time there is interactions that update the cart by the BC scripts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines