Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I have installed Product Attributes-Option Type Feature v1.71. I am getting "TEXT" at checkout/e-mail. The radios and dropdowns transfer fine after checkout just not text. I have used beyond compare on all files including the ones recommended in FAQ on readme. The only differences is I have the CVV and CCGV installed.

 

Would someone please help?

 

Thank you in advance!!

Posted

I have the same package v1.71 installed on my test system, and I'm unable to reproduce your error. Can you post the steps, and which screen you see the "TEXT" appear on?

 

I've come across capitalized words appearing on my pages sometimes when I forget to update some files from new contributions I try out. In particular, for this one, make sure that you've updated the /catalog/includes/configure.php (a few lines), and /catalog/includes/functions/general.php (a function and a half).

 

I look forward to finding the resolution of this problem.

 

I have installed Product Attributes-Option Type Feature v1.71.  I am getting "TEXT" at checkout/e-mail.  The radios and dropdowns transfer fine after checkout just not text.  I have used beyond compare on all files including the ones recommended in FAQ on readme.  The only differences is I have the CVV and CCGV installed. 

 

Would someone please help?

 

Thank you in advance!!

Posted
I have the same package v1.71 installed on my test system, and I'm unable to reproduce your error. Can you post the steps, and which screen you see the "TEXT" appear on?

 

I've come across capitalized words appearing on my pages sometimes when I forget to update some files from new contributions I try out. In particular, for this one, make sure that you've updated the /catalog/includes/configure.php (a few lines), and /catalog/includes/functions/general.php (a function and a half).

 

I look forward to finding the resolution of this problem.

Thank you for the quick response! I have uploaded the 10 files from my server and used Beyond Compare again and the only differences is in the 2 other contributions I have added.

 

In admin I just added "your name" as text in Product Options then I added it to an item in product attributes.

 

When I go to the website the box is there to input "your name" with the item. After inputting the info and hitting buy now you can see the text entered in the shopping cart. When I get to checkout_confirmation.php I get "Your Name: TEXT". If I go back to my shopping cart the actual info I entered when buying is there. If I confirm the order the e-mail has "Your Name: TEXT". If I look in the order in admin it also has "Your Name: TEXT".

 

Any help would be greatly appreciated.

Posted

Ok, I managed to reproduce it after changing a config file. To fix it, you have 2 possibilities:

1) Run the "insert_text_option_value.sql" again, but only if you don't have a "TEXT" entry in your Option Value table.

 

2)

edit /catalog/includes/configure.php

find the line define('PRODUCTS_OPTIONS_VALUE_TEXT_ID', 0);

and change the number 0 to match the entry in the Options Value box (this entry was added when you installed the Option Type contribution.

 

Happy Coding.

 

Thank you for the quick response! I have uploaded the 10 files from my server and used Beyond Compare again and the only differences is in the 2 other contributions I have added.

 

In admin I just added "your name" as text in Product Options then I added it to an item in product attributes.

 

When I go to the website the box is there to input "your name" with the item.  After inputting the info and hitting buy now you can see the text entered in the shopping cart.  When I get to checkout_confirmation.php I get  "Your Name: TEXT".  If I go back to my shopping cart the actual info I entered when buying is there.  If I confirm the order the e-mail has "Your Name: TEXT".  If I look in the order in admin it also has "Your Name: TEXT".

 

Any help would be greatly appreciated.

Posted
Ok, I managed to reproduce it after changing a config file. To fix it, you have 2 possibilities:

1) Run the "insert_text_option_value.sql" again, but only if you don't have a "TEXT" entry in your Option Value table.

 

2)

edit /catalog/includes/configure.php

find the line define('PRODUCTS_OPTIONS_VALUE_TEXT_ID', 0);

and change the number 0 to match the entry in the Options Value box (this entry was added when you installed the Option Type contribution.

 

Happy Coding.

Thank you again for your help. No luck on either one.

I removed the text options from admin and removed and ran sql again. Same issue.

My products options value is 0 and config is at 0.

 

I am really stumped. Not sure if it is one of the contribtions that I have causing problems??? (CCGV)

Posted

Robin--Thank you very much for your help!! The problem looks like it is solved. I ran the code through a different compare and it was a line in includes/classes/order.php. What looked like a blank line (in beyond compare, I did not scroll far enough right) had code way out to the right.

 

Thank you again for all your assistance!!!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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