Product Link Customization

Objective

On the Product Overview page, Seller Center displays the product name as a link for active and visible products. By clicking on this link, the user is directed to the Product Detail page in the Shop.

Because some Ventures don’t use this kind of redirection due to certain SEO limitations, Seller Center needs to generate the product URL.

 

Implementation

The URL format can now be configured in Seller Center.

  • This ensures that the right Product Detail page can be reached.

The following options are possible:

  • Display of no link at all
  • Default generation of link
  • Customizable pattern for link generation
    If automatic redirection of URLs don’t work, please create a TMLSD ticket. The configuration parameter that needs to be changed is product/display_shop_link/pattern.  Please also state in the ticket which pattern should be used so that the correct link is generated. Patterns are listed below.

    For Rocket Labs, the configuration product/display_shop_link also needs to be set in order to activate/deactivate the correct URL display.

    Possible Patterns

    Parameter Example value
    {{shop.url}} https://www.zalora.com.ph
    {{product.src_id}} 12345
    {{product.name}} Design Dress blue
    {{product.name_lowercased}} Design Dress blue
    {{brand.src_id}} 122
    {{brand.name}} Desigual
    {{brand.name_lowercased}} Desigual
    {{ category.src_id }} 1415
    {{ category.name }} High Heels
    {{ category.name_lowercased }} High Heels

    Full example

    URL Pattern Example URL
    {{ shop.url }}/-{{ product.name_lowercased }}-{{ product.src_id }}.html www.zalora.com.my/a-really-nice-skirt-123.html
    {{ shop.url }}/p/{{ product.brand }}-{{ product.name_lowercased }}-{{ product.src_id }}.html www.zalora.com.my/p/Desigual-a-really-nice-skirt-123.html