Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add "We Accept The Following Cards" box to other pages


Recommended Posts

Posted

Hi,

Thought I had finished this project ready to go live, but Worldpay are insisting, as part of their compliance,  that the card type that can be used for payment are displayed on the Delivery Method and Payment Information pages of the checkout process!

Could anyone steer me in the right direction on the easiest way to add the "We Accept The Following Cards" box to those pages. I don't want to dig around like a blind surgeon and cause other issues!

Thanks,

 

Julian

 

Installed Version: osCommerce Online Merchant v2.3.4.1 CE (Responsive)

Posted

Thanks puddlec,

 

I have used that module to select the card logos that the WorldPay account accepts, and it displays on all the product / category pages.

However the box doesn't appear on the two pages i mentioned above.

Julian

Posted

in the includes/modules/boxes/bm_card_acceptance.php

you could comment out line 36

if ( (substr(basename($PHP_SELF), 0, 8) != 'checkout') && tep_not_null(MODULE_BOXES_CARD_ACCEPTANCE_LOGOS) ) {

and

}

after $oscTemplate->addBlock($data, $this->group);  (line 48)

which would make it show on all pages

 

i did also make a footer module which works the same as the box module, which does show on all pages - which i never released

 

Phoenix support now at https://phoenixcart.org/forum/
App created for phoenix
TinyMCE editor for admin

 

Posted

Thanks,

Solution applied and works perfectly.

Many thanks, very helpful.

Perhaps you should release your footer module!

Regards, Julian

Posted

Isnt there a cards module already in the footer or was that something I added to my site.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...