Jump to content

Change 'Shopping Cart' to 'Shopping Bag'


dakeweb

Recommended Posts

Hello -

 

I have a client selling clothing.  They would rather use the verbiage "Shopping Bag" In place of anything "Shopping Cart".  This woudl include the "Add To Cart" buttons, all links/labels of the cart, and even the icon.  I am using the default-bootstrap theme. 

 

I have looked extensively but found no documentation on anyone trying this.  I do know there are some real experts here though. I've been reading and finding solutions on these forums for about a year.  This is my first time reaching out, however.  Any help would be greatly appreciated. 

 

Thanks!

Link to comment
Share on other sites

Hello

 

This might take some time but the best place to start would be:

 

Back office > Localisations > Localisations > Translations

 

You will need to check for the word "cart" in Front office translations and Installed module translations and then possibly have to go through a few .tpl files

http://screencast.com/t/qxXU5tOx84yH

 

Paul

Link to comment
Share on other sites

Thank you both for your suggestions and warm welcome.  I will go through and try to make the recommended changes. 

 

Any ideas on changing the Shopping Cart icon to something more resembling aa Shopping Bag?  I can make my own image, of course, but I'm looking to find out where to change that image/reference.

 

Thanks again!  It is great to have such an involved and helpful community available. 

Link to comment
Share on other sites

OK - I went through translations and changed everything there.  That was a great introduction to translations, by the way.  I will take advantage of that feature in the future.

 

Now - the actual shopping cart is the only thing I still need to change.  It still says "Cart" and has the shopping cart logo, of course.  I assume I am going to have to change some code in the modules/blockcart files.  Just hoping someone wise than myself can offer some educated input on this.

 

Thanks again!

Link to comment
Share on other sites

Hello

 

Just had a quick look, so, go to:

 

/public_html/Your Shop/themes/default-bootstrap/modules/blockcart/blockcart.tpl

 

and around Line 31 you will see this:

 

<b>{l s='Cart' mod='blockcart'}</b>

 

Change Cart to Bag

 

Result

http://screencast.com/t/FiwANHmipK

 

As for the image I believe it will be FontAwesome which you will find in:

blockcart.css around line 46

 

http://screencast.com/t/GvBxaMxxuh

 

Have a look at FontAwesome to see if they have a bags or basket icons

 

Paul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...