| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
how to change text on checkout-page? | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
how to change text on checkout-page?
I have a wholesale website where customers place their order, can then optionally pay for the product, and once it ships I then invoice them for the shipping separately.
the margins are too slim and many shipments are multiple boxes or even LTL freight...so shipping cost has to be first be established in order to invoice the correct amount. recently I have lost two customers because they thought the '$0.00' next to the shipping options meant that shipping was free. This is what my checkout page used to look like: In order remove the $0.00 fields I wrote a small snipped of CSS code to hide them: } .shipping-selector-box .shipping-rates .surcharge { visibility: hidden !important; padding: 0px; margin: 0px; } .SHIPPING-modifier.shipping-code-modifier span.value span.surcharge span.surcharge-cell { visibility: hidden !important; } Now it looks like this: how can I change the non-label text from 'Shipping cost:' to Shipping Cost TBD!' and change the 'Total: $##.##' to 'Total product cost: $##.##'? i forsee losing more customers as they may still think that 'total' means total price including shipping unless I can fix that. ideas on how to edit? I looked at the twig templates and no luck. cart version is 5.4.1.35
__________________
Marc Washburn www.EverythingGraphic.com Running four successful X-cart 5.3.x installations and one 5.4.x |
|||||||
#2
|
|||||||||
|
|||||||||
Re: how to change text on checkout-page?
Not without custom module. Something like this? I've done for a client
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||
|
|||||||
Re: how to change text on checkout-page?
Hello Steve,
Perfect, exactly what we need. Is this a plug-in we can get from the store, or do you sell it directly as it requires customization? marc
__________________
Marc Washburn www.EverythingGraphic.com Running four successful X-cart 5.3.x installations and one 5.4.x |
|||||||
#4
|
|||||||||
|
|||||||||
Re: how to change text on checkout-page?
This is just a portion of larger customization I have done for a client. Not available as a module in the marketplace. If interested open a ticket @ support.cflsystems.com with details what you need and I can give you an estimate for putting together a custom module for you.
One thing to keep in mind what you see is not for multivendor version and will not work on it. I don;t deal with multivendor at all.
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
|
|||
X-Cart forums © 2001-2020
|