New Zenner
- Join Date:
- Aug 2013
- Posts:
- 85
- Plugin Contributions:
- 8
Ecommerce Seals and Payment Icons [Support Thread]
@bergernovelties - Please post your question here.
Views: 2,522
New Zenner
@bergernovelties - Please post your question here.
New Zenner
Would it be possible to add additional logos to the payment options? I would like to include Moneyorders and ZIPZAP.
New Zenner
Hi,
Yes, it is possible.
Follow these steps:
'PAYMENT_XOOM' => array('title' => 'Xoom', 'img' => 'xoom.png', 'default_value' => '0'),
Add below the line the following code:
'PAYMENT_MONEYORDERS' => array('title' => 'Moneyorders', 'img' => 'moneyorders.png', 'default_value' => '0'),
'PAYMENT_ZIPZAP' => array('title' => 'ZipZap', 'img' => 'zipzap.png', 'default_value' => '0'),
'PAYMENT_XOOM' => array('title' => 'Xoom', 'img' => 'xoom.png', 'default_value' => '0'),
Add below the line the following code:
'PAYMENT_MONEYORDERS' => array('title' => 'Moneyorders', 'img' => 'moneyorders.png', 'default_value' => '0'),
'PAYMENT_ZIPZAP' => array('title' => 'ZipZap', 'img' => 'zipzap.png', 'default_value' => '0'),
insert into `configuration`
(`configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `date_added`)
values
('Moneyorders', 'PAYMENT_MONEYORDERS', '0', '' , '0' , now() );
insert into `configuration`
(`configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `date_added`)
values
('ZipZap', 'PAYMENT_ZIPZAP', '0', '' , '0' , now() );
If you want the photoshop files for the seals and payment icons, you can download them from:
http://blog.responsivezencart.com/ecommerce-seals-and-payment-icons-plugin/
Best regards,
New Zenner
Worked GREAT!
can be seen at bergernovelties {dot} net
Thanks for the SUPER QUICK response.
New Zenner
You're welcome. It looks great on your site.
New Zenner
Does anyone know how to remove the words "Seals" and "Payments" above each of the sideboxes this creates?
Tell staff why this post should be reviewed.