I've developed a number of zencart storefronts, and I've seen this problem with each one. Unfortunately, this time the problem is worsened by the number of links I'm creating.

An example page to look at would be

http://wholesaletrailersupplies.com/...ndex&cPath=1_7

You will see that I am creating tables at the front of each category. The table has a link to each product in that category. I can create the table just fine. I can create the links just fine. Because of the "https" I do not want to create a hard link, so my link would read

index.php?main_page=product_info&cPath=1_7&products_id=43

The table will work just fine, but if I have to go in and add something or do an edit, when I save the category the link will now read

http://wholesaletrailersupplies.com/...products_id=43

Note that "admin" is now part of the link.

How can I overcome this? Will linking to

http://wholesaletrailersupplies.com/...products_id=43

instead of

index.php?main_page=product_info&cPath=1_7&products_id=43

cause me certificate errors?

Thanks,

Tina