Problem in my cart

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 11, 2015 5:09 pm
Reply with quote
Report this post
Hi,

In my cart, I have a problem with translation + space between text and some information are not complete (please see the attachment).

Just under the nam of the product, I have that informations:

> Nous livrons versFranceMonaco
> With shipment CHRONOPOST - France - Monaco for 19,90 €

Cart.jpg


It must be the shipment methods, but I have that problems:

1/ For the texte "Nous livrons versFranceMonaco", I wich to have: "Expédition Colissimo France - Monaco pour 3,90 €" as it is written in Virtuemart shipment methods (title) and to have a space between "Livraison" and "France-Monaco". Actually, the price is not in the texte but I should have it

2/ For the texte "With shipment CHRONOPOST - France - Monaco for 19,90 €", I wich to have: "Livraison Chronopost France - Monaco pour 19,90 €" as it is written in Virtuemart shipment methods (title) and to have the good translation ("Expédition" and not "With shipment").

How can I make that modificates ???

Thanls a lot :-)

Best regards,

Jérôme
User avatar
Senior Boarder

GK User
Sun Jun 14, 2015 8:53 pm
Reply with quote
Report this post
Hello,

If there is no solution, is it possible juste to delete that two lines ????

Thanks a lot :-)

Regards,

Jérôme
User avatar
Senior Boarder

teitbite
Tue Jun 16, 2015 9:15 am
Reply with quote
Report this post
Hi

Please tell me the exact url to the page You've made this screenshot.
User avatar
Moderator

GK User
Tue Jun 16, 2015 9:43 am
Reply with quote
Report this post
Hi,
It is possible to see that 2 lines when you :

- Add a product in the basket
- Click on "continue shopping"
- Select an other product and the lines can be seen just under the name of the product (before adding to basket)

As my website is offline, I am going to send you login by MP.

Best regards,

Jérôme
User avatar
Senior Boarder

teitbite
Wed Jun 17, 2015 7:04 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.productDetails .product-price {
    background-color: #fff;
    margin-bottom: -42px;
    position: relative;
    top: -42px;
}
User avatar
Moderator

GK User
Wed Jun 17, 2015 8:03 pm
Reply with quote
Report this post
Hi,

When I add the code in override.css and when I select a first product, we can't see the product name:

cart.jpg


But when I add that product in the cart and then select a new product, then it is ok: the product title is ok...

Do you think it is possible just to delete that 2 lines ?????

Thanks a lot :-)

Regards,

Jerome
User avatar
Senior Boarder

GK User
Wed Jun 17, 2015 10:03 pm
Reply with quote
Report this post
Hello,

I found the solution and it is very easy.

In virtuemart and delivery method, I just have to put "NON" on "Show on productdetails"

So now, 2 lines don't appeared on the product :-)

Regards,

Jerome
User avatar
Senior Boarder

teitbite
Sat Jun 20, 2015 8:44 am
Reply with quote
Report this post
Hi

This is why such things should be handled by VM support :) It was clearly a misconfiguration issue and I was trying to solve it with css. This might have worked, but needed a hard coded height for this part. Anyway great solving.
User avatar
Moderator


cron