osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Live Store- Emergency - Option Type Feature Error

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 04-15-2005, 05:26 AM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default Live Store- Emergency - Option Type Feature Error

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 04-15-2005, 08:36 AM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default RE: Live Store- Emergency - Option Type Feature Error

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 04-15-2005, 11:26 AM
Member
 
Join Date: Dec 2004
Posts: 75
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
bdneuman
Default Re: RE: Live Store- Emergency - Option Type Feature Error

Quote:
Originally Posted by adam71o
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?
I had this same problem with orders processed through paypal. It has it's own order_process file under catalog/includes/modules/paypal...

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.
__________________
Brian Neuman
Webmaster
www.honeybeadjewelry.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 04-18-2005, 07:34 PM
Member
 
Join Date: Jan 2005
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
adam71o
Default RE: Re: RE: Live Store- Emergency - Option Type Feature Erro

Any suggestions on that paypal fix?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 04-19-2005, 06:33 PM
Member
 
Join Date: Dec 2004
Posts: 75
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
bdneuman
Default Re: RE: Re: RE: Live Store- Emergency - Option Type Feature

Quote:
Originally Posted by adam71o
Any suggestions on that paypal fix?
Okay, first of all, I upgraded the Paypal IPN module included with OSCMax to version 2.9. You can find it here:

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'];
To this:

Code:
$products_ordered_attributes .= "\n\t" . $attributes_values['products_options_name'] . ' ' . tep_decode_specialchars($order->products[$i]['attributes'][$j]['value']);
And in catalog/includes/modules/payment/paypal/catalog/checkout_process.inc.php:

Change this, toward the end of the file:

Code:
'products_options_values' => $attributes_values['products_options_values_name'],
to This:

Code:
'products_options_values' => $order->products[$i]['attributes'][$j]['value'],
That did it for me - let me know if you have any questions...
__________________
Brian Neuman
Webmaster
www.honeybeadjewelry.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 02:12 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax