Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Was going to ask a question, but scratch that. I think I've solved the variations issue. Upon refreshing the page, the form values are reset. And since the form uses the typical HTML form code, all we need is for Jigoshop to insert this line of code:
- <button type="reset" class="button-alt" value="reset">Add to cart</button>
- After the auto-generated line of code:
- <button type="submit" class="button-alt">Add to cart</button>
Advertisement
Add Comment
Please, Sign In to add comment