Results 1 to 6 of 6
  1. #1

    Default Ecommerce Seals and Payment Icons [Support Thread]

    @bergernovelties - Please post your question here.

  2. #2
    Join Date
    Apr 2008
    Location
    Lindenwood, Illinois
    Posts
    27
    Plugin Contributions
    2

    Default Re: Ecommerce Seals and Payment Icons [Support Thread]

    Would it be possible to add additional logos to the payment options? I would like to include Moneyorders and ZIPZAP.

  3. #3

    Default Re: Ecommerce Seals and Payment Icons [Support Thread]

    Hi,

    Yes, it is possible.
    Follow these steps:

    * Rename your images to moneyorders.png and zipzap.png
    * Upload your images to the following directory /images/payment_icons/
    * Open the following file /YOUR_ADMIN_FOLDER/ecommerce_seals_and_payment_icons.php
    Look for the following line:

    Code:
                                   'PAYMENT_XOOM' => array('title' => 'Xoom', 'img' => 'xoom.png', 'default_value' => '0'),
    Add below the line the following code:

    Code:
                                   'PAYMENT_MONEYORDERS' => array('title' => 'Moneyorders', 'img' => 'moneyorders.png', 'default_value' => '0'),
                                   'PAYMENT_ZIPZAP' => array('title' => 'ZipZap', 'img' => 'zipzap.png', 'default_value' => '0'),
    * Open the following file /includes/modules/sideboxes/YOUR_TEMPLATE/payment_icons.php
    Look for the following line:


    Code:
                                   'PAYMENT_XOOM' => array('title' => 'Xoom', 'img' => 'xoom.png', 'default_value' => '0'),
    Add below the line the following code:

    Code:
                                   'PAYMENT_MONEYORDERS' => array('title' => 'Moneyorders', 'img' => 'moneyorders.png', 'default_value' => '0'),
                                   'PAYMENT_ZIPZAP' => array('title' => 'ZipZap', 'img' => 'zipzap.png', 'default_value' => '0'),
    * Go Admin >> Tools >> Install SQL Patches
    there execute the following queries

    Code:
    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() );
    * That's it.

    If you want the photoshop files for the seals and payment icons, you can download them from:
    http://blog.responsivezencart.com/ec...-icons-plugin/

    Best regards,

  4. #4
    Join Date
    Apr 2008
    Location
    Lindenwood, Illinois
    Posts
    27
    Plugin Contributions
    2

    Default Re: Ecommerce Seals and Payment Icons [Support Thread]

    Worked GREAT!
    can be seen at bergernovelties {dot} net

    Thanks for the SUPER QUICK response.

  5. #5

    Default Re: Ecommerce Seals and Payment Icons [Support Thread]

    You're welcome. It looks great on your site.

  6. #6
    Join Date
    Oct 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ecommerce Seals and Payment Icons [Support Thread]

    Does anyone know how to remove the words "Seals" and "Payments" above each of the sideboxes this creates?

 

 

Similar Threads

  1. Skrill Payment Method [Support Thread]
    By Andy-C27 in forum Addon Payment Modules
    Replies: 3
    Last Post: 8 Feb 2019, 02:33 PM
  2. v154 PagaMasTarde payment gateway support thread
    By afatsini-pmt in forum Addon Payment Modules
    Replies: 0
    Last Post: 19 Nov 2015, 01:17 PM
  3. v151 Godaddy Site lock seals, and other seals displaying and CLICKABLE from footers
    By bocahydro in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Aug 2014, 04:09 AM
  4. Spinning Social Media Icons Support Thread
    By brandonturpin in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Mar 2012, 12:46 PM
  5. Layaway Payment Module Support Thread
    By Danielle in forum Addon Payment Modules
    Replies: 0
    Last Post: 21 Nov 2006, 06:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR