News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Images and logo in the shopping cart

Started by diegosartori, September 10, 2013, 22:42:33 PM

Previous topic - Next topic

diegosartori

Hello,
I need to modify the shopping cart page.

The configuration I use is this:

Joomla! 2.5.14
Virtuemart 2.0.22b

The site (currently off-line):
www.sonicdevice.it
user: assistenza
pw: assistenza

From the configuration menu I can choose whether to display or not display the images of the products in the basket. So everything is right.
For the method of shipment and the payment I put icons (Paypal, etc..). They will appear properly at the time of selection, during the chekout (and that's okay), but I would not appeared on the page of the cart, nor even in the notices that are sent to the customer (including invoice).
Even in the official manual Virtuemart I have not found anything about it.
The documents with these images become a bit too picturesque.

Thank you.

Diego

Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart


Maxim Pishnyak

Could you post here direct url to the paypal icon?

Could you test your issue on standard Joomla template?
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

diegosartori

With a standard Joomla template, like Atomic, the issue is exactly the same.
I'm sorry, but I don't now the way to give you a direct URL to Paypal icon.



Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

diegosartori

Three screenshot in attachments.

[attachment cleanup by admin]

Maxim Pishnyak

Quote from: diegosartori on September 10, 2013, 22:42:33 PM
They will appear properly at the time of selection, during the chekout (and that's okay), but I would not appeared on the page of the cart, nor even in the notices that are sent to the customer (including invoice).
I need a little more instructions. What from above and where is not perfect on your screenshots #1, #2 or #3?
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

diegosartori

If it is possible I want delete the payment and shipping logo in all screen-shot.
Thanks.

Maxim Pishnyak

Sure it's possible in your template overrides. Report here if you would have some troubles with this.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

diegosartori

Ok, the best solution is an override, but I don't now what I have to modify.
Do you have an idea?

Maxim Pishnyak

Sorry, I gave you a wrong tip. Displaying of logos is hard coded here
administrator\components\com_virtuemart\plugins\vmpsplugin.php
foreach ($logo_list as $logo) {
$alt_text = substr ($logo, 0, strpos ($logo, '.'));
$img .= '<span class="vmCartPaymentLogo" ><img align="middle" src="' . $url . $logo . '"  alt="' . $alt_text . '" /></span> ';

So in your case you need to hide logos with the help of css.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

diegosartori