Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Worldpay orders description shows shop name


offie

Recommended Posts

Posted

Hi,I have asked this question in the worldpay add ons section but thought I would ask the same question to the wider audience as I may get a quicker reply or answer.

 

I have everything working fine with Worldpay payment module except that when the orders get passed to the worldpay website it is taking the shop name as the item description. I have downloaded the latest contribution and the worldpay_junior.php file is still showing on line 286 the following piece of code:

 

tep_draw_hidden_field('desc', STORE_NAME)

 

Which piece of code needs to go where it says " STORE_NAME" so that the items purchased are shown instead of the store name?

 

I have tried a few tests such as inserting $order, $order_id, $cartID but none of these worked.

 

I was advised to use:

 

tep_draw_hidden_field('desc', 'Order No:' . $order_id)

so it would show the order number for description but what I really want is for the items purchased to be shown instead as this would make payment more obvious to the customer.

 

Thanks for any help given.

 

Michael

Posted
so it would show the order number for description but what I really want is for the items purchased to be shown instead as this would make payment more obvious to the customer.

I think the WorldPay and Nochex support one line of description only, in other topic I told you as it's done by major companies.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

I think the WorldPay and Nochex support one line of description only, in other topic I told you as it's done by major companies.

 

OK, thats great, thanks for the update

 

Michael

Archived

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

×
×
  • Create New...