Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributes


msnyla27

Recommended Posts

This is a screenshot from my checkout confirmation page, the text attributes data is not showing at all. The same things occurs in the email and admin edit and details.

 

1 x Create Your Own Cake

- :

- :

- Edible Images:1 Image

- Flavor:Strawberry

- Shape:Circle

- Size and Serving:8' Serves:10 to 15

- : $25.00

1 x Create Your Own Cake

- Size and Serving:8' Serves:10 to 15

- :

- Shape:Circle

- Flavor:Strawberry

- Edible Images:1 Image

 

This is a screenshot from my shopping cart, I cannot get the title of the attributes to show for text boxes.

 

Create Your Own Cake

- fsdfd

- fsdfdsfdsfsd

- Edible Images 1 Image

- Flavor Strawberry

- Shape Circle

- Size and Serving 8' Serves:10 to 15

- sfsdfds

 

I installed the Product Attributes - Option Type Feature contribution

Link to comment
Share on other sites

make sure you installed the contribution properly. Check the installation instructions again. Now for each option type there should be some code in your product_info.php to process the html element (like checkboxes, radios, etc). So all options assigned to a product should show up with the product info page. That is the first thing to check. Finally check if you populate all options with a product if they show in the shopping cart page.

 

From the info you posted I see some inconsistency with the input option type.

Link to comment
Share on other sites

The product page and shopping cart is not give the biggest problem, it is the Confirmation page that I need fixed... The shopping cart is just missing the title of the text options.

make sure you installed the contribution properly. Check the installation instructions again. Now for each option type there should be some code in your product_info.php to process the html element (like checkboxes, radios, etc). So all options assigned to a product should show up with the product info page. That is the first thing to check. Finally check if you populate all options with a product if they show in the shopping cart page.

 

From the info you posted I see some inconsistency with the input option type.

Link to comment
Share on other sites

The product page and shopping cart is not give the biggest problem, it is the Confirmation page that I need fixed... The shopping cart is just missing the title of the text options.

if you knew that was the confirmation page you would had fixed it already. But there is nothing there to fix. It's not how it works.

 

If the products attributes options do not propagate from the product info to the shopping cart class and then to the order class etc etc you get these problems with the module.

Link to comment
Share on other sites

Sorry, I think I misunderstood you. I do not know what page to change the code on, I was just clarifying that the output was correct on those pages.

 

I even tried to use the files that came with the contribution and still no luck. If you have an idea where my problem is and how to fix it, I would appreciate the help.

if you knew that was the confirmation page you would had fixed it already. But there is nothing there to fix. It's not how it works.

 

If the products attributes options do not propagate from the product info to the shopping cart class and then to the order class etc etc you get these problems with the module.

Link to comment
Share on other sites

Sorry, I think I misunderstood you. I do not know what page to change the code on, I was just clarifying that the output was correct on those pages.

 

I even tried to use the files that came with the contribution and still no luck. If you have an idea where my problem is and how to fix it, I would appreciate the help.

 

Yes so when you view the shopping cart page attributes that aren't populated should not propagate there. Make sure that is the case. Then check your catalog\includes\classes\order.php file and also check the same thing for the catlaog\includes\classes\shopping_cart.php It is where these option attributes are processed (for the shopping cart) inside the add_cart and update_quantity member functions. First make sure, that file has all the code from the contribution documentation. If it does then you wont see these blank entries.

Link to comment
Share on other sites

I dunno what is wrong, I compared the documents and mine are fine except I have the MVS contribution installed on the classes/shopping cart. I do not know what else to do other than delete the contribution totally....

Yes so when you view the shopping cart page attributes that aren't populated should not propagate there. Make sure that is the case. Then check your catalog\includes\classes\order.php file and also check the same thing for the catlaog\includes\classes\shopping_cart.php It is where these option attributes are processed (for the shopping cart) inside the add_cart and update_quantity member functions. First make sure, that file has all the code from the contribution documentation. If it does then you wont see these blank entries.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...