odoo redirect /shop page
Jeevachaithanyan Sivanandan

Jeevachaithanyan Sivanandan @jeevanizm

About: Software Engineer / Frontend Developer / Full Stack Developer - writes about JavaScript, Php, Python and more

Location:
United Kingdom
Joined:
Oct 8, 2023

odoo redirect /shop page

Publish Date: Feb 28
1 0

if you want to redirect Odoo /shop page to /products

`


<template id="redirect_shop_to_products" inherit_id="website_sale.product">
<xpath expr="//li[@class='breadcrumb-item o_not_editable']/a" position="attributes">
<attribute name="t-att-href">keep('/products', category=0)</attribute>
</xpath>
</template>

`

Comments 0 total

    Add comment