Hi
Pls can u provide a solution to replacing product vendor name with product vendor logo (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
current:
Cheers
Hi
Pls can u provide a solution to replacing product vendor name with product vendor logo (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
current:
Cheers
Hi Benny,
Step 1: Create a product metafield called “vendor logo” with “File” type > Go to product(s) > upload vendor logo
Step 2: Online store > Edit code > find in your theme where the code to render vendor name > replace with code to render the logo
Better to set condition logic:
if vendor_logo != blank > render vendor_logo
else > show vendor name