Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributes - Option Type Feature


cvjs

Recommended Posts

Been working on this for weeks :blink:

running oscommerce-2.2ms2

With only one contribution installed

option_type_feature_v1.6

Everthing went fine except

 

The Option name isn't being displayed in the shopping cart, order confirmation, or confirmation email?

If some One could please help me with this

or has experience on this matter.

PLEASE HELP ME! :unsure:

Link to comment
Share on other sites

  • 5 months later...

nothing there helps..

 

one thing i found in the docs. that im not sure about if nayone knows is

 

IMPORTANT: You should create *exactly one* TEXT Option Value. Once you create this value, you should not change it.

 

( wonder if this is the problem......)

 

 

 

If you use a products_options_values_id that is different than 0, then you also need to update the following line in your catalog/includes/configure.php file.

 

define('PRODUCTS_OPTIONS_VALUE_TEXT_ID', 0); //Must match id for user defined "Text" value in db table TABLE_PRODUCTS_OPTIONS_VALUES

Link to comment
Share on other sites

nothing there helps...

 

one thing in the docs that i was not sure about...

 

IMPORTANT: You should create *exactly one* TEXT Option Value. Once you create this value, you should not change it.

 

 

 

If you use a products_options_values_id that is different than 0, then you also need to update the following line in your catalog/includes/configure.php file.

 

 

 

define('PRODUCTS_OPTIONS_VALUE_TEXT_ID', 0); //Must match id for user defined "Text" value in db table TABLE_PRODUCTS_OPTIONS_VALUES

Link to comment
Share on other sites

I finaly figured it out......java script:emoticon(':lol:')

java script:emoticon(':lol:')

since it was working in the main part of the site i know it was set up right but in the check out process was were it went bad so thats where i started ..apparently i missed catalog/includes/classes/shopping_cart.php

and the order.php in the same dir.. its working great now... !!!!

i wonder what else i missed..

 

i hope this was a help....

Link to comment
Share on other sites

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