1 / 4
Jul 2010

I'm not sure if it's WP or something new in the code, but for some reason, my new products with multiple options are refusing to allow WP to save my page.



The page: http://www.ecstewart.com/?pageid=3598



Add to cart button code:



<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=774551&cl=91857&ejc=2" target="ejejc" method="POST" accept-charset="UTF-8">

<input type="hidden" name="on0" value="color/pattern"/>

color/pattern:<br/>

<select name="os0">

<option value="RedFlowers">RedFlowers</option>

<option value="PurplePeacock">PurplePeacock</option>

<option value="Mondrian">Mondrian</option>

<option value="GoldRings">GoldRings</option>

<option value="GreenLeaf">GreenLeaf</option>

</select>

<br/>

<input type="image" src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/>

</form>



This has happened several times now and my only (regrettable) work around is to itemize each item and create a single button. Bleck.



Thanks for your insight.



Lisa

@ecstewart

  • created

    Jul '10
  • last reply

    Jul '10
  • 3

    replies

  • 897

    views

  • 3

    users

  • 5

    links

There has been no change to the way our cart buttons work, so this would be something on the side of Wordpress. The likely cause is a conflict between our code and something else on the page. You can usually verify this by having only the most basic Wordpress page and the Add to Cart button that you want to place on the page.

That's bizarre because I have other pages with the same type code. Ugh.

I had a look at your page:

http://www.ecstewart.com/?pageid=3598



...and found the button code appears to be working normally there? Did you resolve the problem?



About all I could think of was that you may need to save the page directly from your WP posting editor's raw HTML view (rather than switching back to visual-design mode before you save).



Another possibility is that you may need to force-refresh your page in your browser after making changes, to make sure your browser loads the very latest version of your page fresh from the server, rather than showing you an earlier version of the page the browser had stored in its cache from a previous visit. Hold down the Ctrl key when you click Refresh to do a "no really, I mean it" full reload of the page in your browser. :^)