- Posts: 57
- Thank you received: 0
Add cart-picture to cart-module
I know I have question about this before
There must be a simple way to do this?
Notice, I think you then should implement this to future versions..
Thanks in advance!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Didnt think it was that obvious
I think you should put this in future versions, but maybe solve it in the code or something, cause the language-files doesnt update
Thanks again!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I have changed the Empty_cart to:
CART_EMPTY="<img src=' www.infossa.com/images/stories/ext_com.png'/ >"
The images can be seen here:
www.infossa.com/images/stories/ext_com.png
Just testing with the picture.
It will be replaced later with a shopping cart image later.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 149
- Thank you received: 6
Thanks for your help
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 149
- Thank you received: 6
I did it on 2 levels at cart level then at modules level into language file. I let in blanck the option into cart module.
I didn't forget to add http:// as mentioned above also
Thanks
Please Log in or Create an account to join the conversation.
CART_EMPTY="<img src=' www.infossa.com/images/stories/ext_com.png'/ >"
was for that user which had the image www.infossa.com/images/stories/ext_com.png
You need to replace that URL by the URL of the image you want instead of the text since that iamge URL is not valid anymore.
Please Log in or Create an account to join the conversation.
- Posts: 149
- Thank you received: 6
My modification is : CART_EMPTY="<img src=' www.lingerie-ladya.fr/images/sac.jpg'/ >"
This modification is donne in files : french and override language
Hoping to find solution
Please Log in or Create an account to join the conversation.
- Posts: 149
- Thank you received: 6
Please Log in or Create an account to join the conversation.
However, you didn't enter the URL www.lingerie-ladya.fr/images/sac.jpg but the URL www.lingerie-ladya.fr/web/images/sac.jpg which doesn't work. That's why you don't see the image.
Please Log in or Create an account to join the conversation.