Problem text with cart "popup"

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
Wed Nov 02, 2016 5:46 pm
Reply with quote
Report this post
Hi,

I use VirtueMart 3.0.18 and joomla 3.6.4.

When I buy a product (add to cart button), the popup have the text "Poursuivre vos achats" (Continue shopping) and "Voir le panier" (See cart) up to the popup:
cart.jpg


But I wich to have the text like before, low to the popup like that:
cart2.jpg


Before I update virtuemart, it was ok !!

How can I change it please ?

Best regards,

Jérôme
User avatar
Senior Boarder

GK User
Wed Nov 02, 2016 7:22 pm
Reply with quote
Report this post
Hello,

I wich to have the same popup like on demo (buttons "Continue Shopping" and "Show Cart") :
cart4.jpg


best regards,

Jérôme
User avatar
Senior Boarder

GK User
Thu Nov 03, 2016 7:11 pm
Reply with quote
Report this post
Hi,

I found the solution...:

In overide.css (template: /templates/gk_instyle/css/override.css), I put that lines:

#fancybox-content .continue_link {
background: #82A392; (it depends on your shop color...)
bottom: 5px;
color: #fff;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: bold;
padding: 8px 12px;
position: absolute;
left: 10px;
right: auto;
text-align: center;
text-transform: uppercase;
}

#fancybox-content .showcart {
background: #82A392; (it depends on your shop color...)
bottom: 5px;
color: #fff;
cursor: pointer;
display: block;
font-weight: bold;
font-size: 14px;
padding: 8px 12px;
position: absolute;
right: 10px;
text-align: center;
text-transform: uppercase;
}

And it works !

Best regards,

Jerome
User avatar
Senior Boarder

teitbite
Tue Nov 08, 2016 9:51 am
Reply with quote
Report this post
Hi

Thank You for shearing that. I believe it's from one of my posts on the forum about this issue, but it's always better to have more so other people will have better chance to find it.
User avatar
Moderator

GK User
Tue Nov 08, 2016 10:22 am
Reply with quote
Report this post
Yes it was a part of one of your post on the forum. I just complet it.
Best regards,
Jérôme
User avatar
Senior Boarder

teitbite
Fri Nov 11, 2016 3:01 pm
Reply with quote
Report this post
Hi

Thank You for that. Closing this thread since answer is complete.
User avatar
Moderator


cron