Order components for 0$ by bypassing the plugin component restrictions
-
Seriously you should really know that: You can eaaaasily bypass the plugin component restrictions, by manipulating the ids in the DOM directly.
If the composite product is calculated with “only base price” this allows customers to add as much products they want for a price of 0!! ZERO
Example:
Consider a Tech Store that offers expensive technical devices i.e. computers, and some very cheap gift card collections.Composite Product with 2 components and a fixed base price of 10 $
– Component1: choose one of our ten gift cards with value of 10$
– Component1: choose another of our ten gift cards with value of 10$
–> SAVE 50% (buy 2 gift cards for 10$ instead of 20$)Well the customer is smart, just adds the id of a computer that costs 3000$ to the id input field:
<input name=”wooco_ids” class=”wooco_ids wooco-ids” type=”hidden” value=””>
now the customer clicks on buy and voaila buy a 3000$ computer for just 20$.And if the store owner has automated the processes, he will not even know about it. GREAT DEAL!
- The topic ‘Order components for 0$ by bypassing the plugin component restrictions’ is closed to new replies.