Show the free shipment method into single page product Open
-
-
Hi,
I have need of one shorcodes for show the free shipment method on the page of single product.
Interest to me, show: “Free ship” or “Free ship over 10 €”.
Don’t have idea if have you this function?
In the case not exist this functionality, can you help me to create this action, please?
Thank you
-
Hi Enzo, thanks for getting in touch with us.
Kindly there is no such default settings for this. Hence, you have to modify the product template – here’s a good explanation of how to get started:
https://wordpress.stackexchange.com/questions/116916/woocommerce-show-shipping-cost-on-product-page/176919
-
Hi, thank you.
I have one request for your dev team, can help me with the code for retrive the vendor from the product, and the type of payment for the vendor?
Thank you
-
Hi,
using below code you can get the vendor id and also vendor details –
global $product;
$vendor = get_wcmp_product_vendors($product->get_id());
if($vendor)
$vendor_id = $vendor->get_id();
Copy
— and the type of payment for the vendor?
>> can you please tell me what do you mean by the types of the payment for the vendor.
Regards,
Please LOGIN to reply to this topic