I have set up a couple of blocks using views on my homepage to display featured products. These blocks display the image, name and an add to cart link. When you click the add to cart link you are taken to a blank page (white screen) even though the form is in effect reloading the current (index) page.
The item itself is still added to the cart, its just the page doesnt display the homepage again when its reloaded.
Anyone experienced this problem, any ideas?
this is an example of one of the products code:
<li><div class='view-item view-item-hottickets'><div class='view-field view-data-uc-products-buyitnowbutton'><form action="/drupal/" accept-charset="UTF-8" method="post" id="uc-catalog-buy-it-now-form-76">
<div><input type="hidden" name="nid" id="edit-nid" value="76" />
<input type="submit" name="op" id="edit-submit-76" value="Add to cart" class="form-submit list-add-to-cart" />
<input type="hidden" name="form_token" id="edit-uc-catalog-buy-it-now-form-76-form-token" value="69403602b1e54c0a71b3b7f4febbc21a" />
<input type="hidden" name="form_id" id="edit-uc-catalog-buy-it-now-form-76" value="uc_catalog_buy_it_now_form_76" />
</div></form>
</div></div>
</li>
