3 / 3
Sep 2015

I have a product that allows buyers to set their own price. A suggested amount is also provided.



My problem is as follow: when I add &custom=ART_anonymous to the end of the url, the price in my cart changes from $5.00 to $4.01.



Here is my modified buy button (Changed some of the values to ####)



<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=#######&cl=#######&ejc=2&amount=4.99&custom=ARTanonymous" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);">Test</a>

  • created

    Sep '15
  • last reply

    Sep '15
  • 2

    replies

  • 1.5k

    views

  • 2

    users

  • 2

    links

First, bear in mind that if you change the Minimum or Suggested Price setting for an item that lets buyers edit the price, you would need to recopy fresh button code to paste into your site. This is because the Sugg. Price simply adds an &amount= parameter to the button URL, which adds the specified amount to the item's base (Min.) price, so changing the difference between the Min. vs. Sugg. Price settings would change the &amount= value in the button code.



Also bear in mind these tips for testing your shopping cart:

http://www.e-junkie.com/ej/help.test.htm



I tested the button URL for your most recently-edited product but was unable to reproduce the problem you described; the &amount= and &custom= parameters worked as expected for me. If you haven't already sorted the issue for yourself by now, we'd need to know which of your products is affected and see the problem happening in a live Web page. If you'd rather not post that information here, you can email it to support:

https://www.e-junkie.com/ej/contact.htm

Hi, Thanks for the quick reply!



I think I may have found the problem. I've tested it again in a different browser (IE) and the price was shown correctly. I went back to my original browser (Chrome) and started an incognito session to get rid of all cache/cookies etc... and it worked again.