Just as an experiment, I did an entirely fresh install of FoxEE on a different server for a different domain for a site that has never had ecommerce.
After everything was setup and running, I submitted a test order, checked the datafeed and sure enough, the same error “Invalid Sku Provided”
This is what I used to add my product to the cart
{exp:foxee:addtocart id="{entry_id}"}
Which when I view source, outputs this:
<form id="foxycart_33" method="post" action="https://mydomain.foxycart.com/cart" class="foxycart ">
<input type="hidden" name="block_fb" value="false" />
<input type="hidden" name="x:sku" value="33" />
<input type="hidden" name="code" value="00001" />
<input type="hidden" name="weight" value="0.00" />
<input type="hidden" name="name" value="First Product" />
<input type="hidden" name="price" value="5.00" />
<input type="hidden" name="category" value="" />
<input type="hidden" name="quantity_max" value="2" />
<input name="quantity" type="text" size="3" value="1" />
<input type="submit" name="submit" value="Add to Cart" class="foxycart_link " />
</form>
There is obviously some kind of bug somewhere unless we’re all just missing something.
It is crucial that this issue be solved by Sunday night at the latest, please help!!