This is a discussion on Live Store- Emergency - Option Type Feature Error within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; I had my oscmax 1.7 development store setup and fully running, BUT when I moved it over to my ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I had my oscmax 1.7 development store setup and fully running, BUT when I moved it over to my live server, I found that the OPTION TYPE FEATURE contribution is ONLY sending me "TEXT" in my order emails. In shopping_cart.php, the correct text is shown. BUT, in the "Order Process" email, only "TEXT" is sent. CAN ANYONE help me fix this? |
|
#2
| |||
| |||
| If someone can tell me with certainty which file actually SENDS the "Order Process" email to the admin and the customer, then I can try sticking the stock oscmax1.7 file back in, to see if this fixes the problem. So, which file actually SENDS the "Order Process" email to the admin and the customer? |
|
#3
| |||
| |||
| Quote:
I can't remember what I did to fix this, but I'll look for it tonight and post a solution if you are seeing this problem with Paypal as well. |
|
#4
| |||
| |||
| Any suggestions on that paypal fix? |
|
#5
| |||
| |||
| Quote:
http://www.oscommerce.com/community/contributions,1753 There are more current versions, but 2.9 works for me and I haven't upgraded further yet. The file structure is totally different than that included with OSCMax, but it was so buggy, you should upgrade if you haven't. The changes I had to make were in the following files: in catalog/includes/modules/payment/paypal/classes/osC/Order.class.php: Change this line, around midway down, line 137: Code: $products_ordered_attributes .= "\n\t" . $attributes_values['products_options_name'] . ' ' . $attributes_values['products_options_values_name']; Code: $products_ordered_attributes .= "\n\t" . $attributes_values['products_options_name'] . ' ' . tep_decode_specialchars($order->products[$i]['attributes'][$j]['value']); Change this, toward the end of the file: Code: 'products_options_values' => $attributes_values['products_options_values_name'], Code: 'products_options_values' => $order->products[$i]['attributes'][$j]['value'], |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Back End Help for Option Type Feature 1.6 | makemethis | osCMax v1.7 Discussion | 2 | 09-16-2005 06:24 AM |
| Option Type Feature | adam71o | osCMax v1.7 Installation | 2 | 04-24-2005 01:08 PM |
| Option Type feature/contribution - bug - help!! | jasonabc | osCommerce 2.2 Modification Help | 2 | 11-17-2004 01:19 PM |
| Have BTS 1.2a, want to add Option Type Feature | nfmg | osCMax v1.7 General Mods Discussion | 1 | 05-31-2004 03:50 PM |
| Option Type Feature v1.6 for MS2-MAX v1.5.5 | michael_s | osCMax v1.7 Discussion | 3 | 01-23-2004 01:09 PM |