Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

404 with link to shopping cart index.cfm

New Here ,
Jul 25, 2014 Jul 25, 2014

I have tried to reference the file several ways without success.  Please help me sort this out.  Thanks!

<a href="/index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a>

<a href="./index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a>

<a href="http://www.theartoflovingcatsanddogs.com/index.cfm/fuseaction/YourShoppingCart.additem/productid=100...">add to cart</a>

472
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 25, 2014 Jul 25, 2014

What's wrong with just

/index.cfm?fuseaction=YourShoppingCart.additem&productid=1001

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 26, 2014 Jul 26, 2014
LATEST

Or, naturally,

<a href="index.cfm?fuseaction=YourShoppingCart.additem&productid=1001">add to cart</a>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources