X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   how to change text on checkout-page? (https://forum.x-cart.com/showthread.php?t=78408)

mgwashburn 05-18-2022 09:43 AM

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

cflsystems 05-19-2022 04:53 AM

Re: how to change text on checkout-page?
 
1 Attachment(s)
Not without custom module. Something like this? I've done for a client

mgwashburn 05-19-2022 07:17 AM

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

cflsystems 05-19-2022 08:30 AM

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.


All times are GMT -8. The time now is 09:19 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.