|
|

04-24-2011, 09:48 PM
|
 |
Member
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 33
|
|
How to edit 'Shipping Details'
I do not ship anything with my ecwid store, so when an order is placed, it is not ideal when it states 'shipping details' on the order summary screen.
Is there a way to edit this?
|

04-24-2011, 11:55 PM
|
 |
Ecwid Team
|
|
Join Date: Sep 2009
Posts: 11,009
|
|
Quote:
Originally Posted by Malika Kromwell
I do not ship anything with my ecwid store, so when an order is placed, it is not ideal when it states 'shipping details' on the order summary screen.
Is there a way to edit this?
|
How do you want to edit this? Do you want to remove it completely?
|

04-25-2011, 08:36 PM
|
 |
Member
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 33
|
|
I want it to say:
Order Details
I tried editing the labels using:
<script type="text/javascript">
ecwidMessages = {
"CheckoutView.shipping_details" : "Order Details"
};
</script>
<div>
<script type="text/javascript" src="http://app.ecwid.com/script.js?359114" charset="utf-8"></script>
<script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3 ,3) list(10) table(20)","categoryView=grid","searchView=list"," style="); </script>
<noscript>Your browser does not support JavaScript. Please proceed to <a href="http://ezpreo.ecwid.com">HTML version of eZpreo</a></noscript>
</div>
but it did not change anything... Is this not the right label?
|

04-26-2011, 12:26 PM
|
 |
Ecwid Team
|
|
Join Date: Sep 2009
Posts: 11,009
|
|
Quote:
Originally Posted by Malika Kromwell
I want it to say:
Order Details
|
Did you try to make the product weight blank? In this case Ecwid doesn't ask for shipping details at all, so there will be no "Shipping" section in the storefront invoice.
|

04-26-2011, 08:03 PM
|
 |
Member
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 33
|
|
The product weight is already blank. This helps in a way that when checking out, there is no shipping address, but the 'shipping details' still shows.
|

04-26-2011, 09:49 PM
|
 |
Senior Member
|
|
Join Date: Dec 2009
Posts: 331
|
|
Hi Malika, try with this label: OrderComponent.sh_details=Shipping Details
A trick that could help:
1. Open the labels file (Knowledge Base > How can I change or translate texts in storefront? > ecwid_labels_7x_eng.txt) in your internet browser
2. Look for the "Shipping Details" text (in this case) with it (ctrl+F). You'll get all the "Shipping Details"
3. Find the right one using the context given by their name and other labels around them
Hope this helps
|

04-27-2011, 02:19 PM
|
 |
Ecwid Team
|
|
Join Date: Sep 2009
Posts: 11,009
|
|
Quote:
Originally Posted by Malika Kromwell
The product weight is already blank. This helps in a way that when checking out, there is no shipping address, but the 'shipping details' still shows.
|
Hmm, can you please attach a screen-shot?
|

05-09-2011, 03:35 PM
|
 |
Member
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 33
|
|
I have attached photo
I have attached the photo. I don't want the middle portion to say 'shipping details' rather 'order details.'
Also, as you can see, I am still having trouble with the DTD for IE where the page is somewhat cut off.
|

05-15-2011, 05:38 PM
|
 |
Member
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 33
|
|
Hi,
I am still awaiting a reply...
|

05-16-2011, 12:15 PM
|
 |
Ecwid Team
|
|
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,560
|
|
Would this translation code help?
Code:
<script>
ecwidMessages = {
"CheckoutView.shipping_details":"Order details ",
"OrderComponent.sh_details":"Order Details "
}
</script>
Of course, if you also have other translations, you need to just add the lines from this code into your existing translation code (let me know if you need help with that). Generally, it is most convenient to use this tool: http://www.ecwid.com/playground/translate-tool/ to do your custom frontend translations. Particularly I created the code above with this tool.
__________________
Eugene Efimochkin,  Team
_________________________
⬇ Click Thanks, please, if this reply helped you.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 04:33 AM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
|