Could you clarify please your point?Hi,
I'm doing a few customisations and just wanted to know if there is an easy way to retrieve the Product URL from Supplier Info. (To be clear this is the URL of the item on ALIexpress)
Thanks,
Daniel
You can do this via request to database . But these changes you will make don't be saved after update.Hi Victoria,
I want to use the product link (to aliexpress) on the product page.
I am using a hook to display additional information after the add to cart button.
I can access the product id with this:
global $product;
$id = $product->get_id();
Can I access the Product URL as shown in my screenshot?
I appreciate your help.
Thanks,
Daniel