I made a fresh installation of v1.5.5. I installed using FTP and Windows10. My installation has two mods installed. One is the Alysa Rounded skin and the other is a "Selling Gold" mod which I changed to "Selling Silver".

I have two product types configured on my site. They are "Product - General" and "Product - Silver". I created one product using each product types. When trying to load the "Product - Silver" from the cart I get a 404 error. The product "Product - General" loads and displays properly.

The line of code in the cart page for the "Product - Silver" looks like this:

<a href="http://cookgarza.com/commerce/index.php?main_page=product_silver_info&amp;cPath=5&amp;products_id=5"><img src="images/no_picture.gif" alt="1 oz Johnson Matthey Bar - S/N" title=" 1 oz Johnson Matthey Bar - S/N " width="100" height="80"><br>1 oz Johnson Matthey Bar - S/N</a>

The line for the "Product - General" item looks like this:

<a href="http://cookgarza.com/commerce/index.php?main_page=product_info&amp;cPath=5&amp;products_id=6"><img src="images/no_picture.gif" alt="Test Product" title=" Test Product " width="100" height="80"><br>Test Product</a>

Can someone please tell me why the first line of code generates the "404"? Apparently it is trying to load a page, but something is missing.

Thank you