Re: Dropshipping
I did a view source on the code and it's displaying the the
after the
<!-- // test all the non-PG methods and display them -->
which would mean (to me) that it's not "obeying" the price group or because there is a shipping method equal to flatrate:Drop Shipping it's going to display it.
I did a view source on the code and it's displaying the the
Code:
<input name="ShippingMethod" value="flatrate:Drop Shipping" type="radio"> Drop Shipping ($10.00)<br>
<!-- // test all the non-PG methods and display them -->
which would mean (to me) that it's not "obeying" the price group or because there is a shipping method equal to flatrate:Drop Shipping it's going to display it.
Comment