Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi, i want to change the text in the checkout box, but i cannot alter the html. Please advise if this is possible. |
||||
|
That's possible: From the component page: you can override/customize the texts of this component manually in your own scripts, by setting the corresponsiding variales. Example: rcStringYourCartIsEmpty is set to "Your cart is empty.". Add a JavaScript code element with this content rcStringYourCartIsEmpty = "Oh no! Your cart is still empty!" to your website, then will change the text shown. See below of a list of texts which can be changed A list of the texts you can use can be found at the "Text customizations" part of the component. |
||||
|
Thanks, i will try this next thing in the morning and let you know. |
||||
|
I'm sorry but where do i find how to change the component. Do i publish my site to a local drive to edit the code or is this possible in rocket cake? when i right-click on the element simple shoppingcard I can have the choice to go to html. do I have to put it with: aanvullende attributen in de hoofdtekst? I am using the dutch version of rocketcake 7 I can also not find this? A list of the texts you can use can be found at the "Text customizations" part of the component. |
||||
|
Scroll a bit down on this page here: https://www.ambiera.com/rocketca... There you have a description. For changing the texts: Just place a JavaScript Code element in RocketCake somewhere on the bottom of your page. Double-Click it and paste for example this code into it: rcStringYourCartIsEmpty = "Oh no! Your cart is still empty!"; That way you can change any text. |
||||
|
Yes, this worked. I did not understand that I had to put the javascript code element at the bottom of the page. Thank you very much. |
||||
|
|