Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Basket contents variables


Guest

Recommended Posts

Does anyone know how to ge the basket contents to show on the Protx order emails.

 

I want to get the order product values into the email.

 

I thought the following would work

 

$plain .= "Basket=" . $order->products['qty'] .::::::::::::

 

but i cant see any of the $order->products values in the Protx form contrib

 

How do i pull in the order Description, value and qty's for a particular order

 

Please can anyone help me?

 

Matt

Link to comment
Share on other sites

  • 11 months later...
  • 4 weeks later...
  • 3 weeks later...

Your version will not clean install properly. Firstly there are language files missing, then when I add the language file from v1.06 I get:

 

Fatal error: Cannot redeclare class cc in /usr/www/........./includes/modules/payment/cc.php on line 13

 

when attempting to install the module via the admin interface (modules / payment)

 

It will install however if I remove the decrypt_protx.php file from the modules/payment directory. Not sure if it is trying to read decrypt_protx.php as a payment module in its own right and getting confused.

 

regards

kev

Edited by K3D
Link to comment
Share on other sites

  • 4 months later...

hi,

i would like to know how to do this too.

at the moment the description for the products purchased comes up as 'My Shop Name'...this is the code in the Potx_form.php:

 

$plain .= "Description='" . STORE_NAME . "'&";

 

Where can i change this to make the description show the description of the products??

 

any help appreciated.

 

cheers

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...