Shipping value shows zero for custom shipping
-
I have a problem with custom shipping method, I have installed this shipping method https://codecanyon.net/item/table-rate-shipping-for-woocommerce/3796656
And created some custom shipping method, the feed plugin does generated the XML for the customer shipping method but it shows all value as USD 0 . So it seems like the plugin does not calculate or process the shipping price for each method and country.
<g:shipping>
<g:country>SG</g:country>
<g:service>Singapore Table Rate Shipping SG</g:service>
<g:price> USD 0 </g:price>
</g:shipping>
<g:shipping>
<g:country>GB</g:country>
<g:service>UK Table Rate Shipping GB</g:service>
<g:price> USD 0 </g:price>
</g:shipping>
<g:shipping>
<g:country>NO</g:country>
<g:service>Norway, Portugal epacket Table Rate Shipping NO</g:service>
<g:price> USD 0 </g:price>
</g:shipping>
<g:shipping>
<g:country>AU</g:country>
<g:service>Australia Table Rate Shipping AU</g:service>
<g:price> USD 0 </g:price>
</g:shipping>
<g:shipping>
<g:country>NZ</g:country>
<g:service>New Zealand standard shipping (epacket) NZ</g:service>
<g:price> USD 0 </g:price>
</g:shipping>Is there a solution for this ? Thanks
I cannot use the shipping in the Google merchant , because it’s not powerful enough, such as I can’t defined weight based rule like first 100g cost USD 2, then for every other 100g add USD 1.50
- The topic ‘Shipping value shows zero for custom shipping’ is closed to new replies.