Prestashop 1.7 在产品详细信息中添加 link,该产品详细信息将转至使用产品名称预编译的联系表
Prestashop 1.7 add link in product details that goes to contact form which is pre-compiled with the name of the product
早上好,
我正在使用 prestashop 1.7.2.4,我想在产品页面中添加一个 link,将客户重定向到需要预编译的现有联系表单带有所选产品的名称。
你知道有没有办法做到这一点?提前致谢。
你的link应该是这样的:
http://your-shop.com/contact-us?message=name_of_your_product
在您的 TPL 中:
{$link->getPageLink('contact')}?message='YOUR MESSAGE'
在html中:
WEBSITE_URL?message='YOUR MESSAGE'
此致
早上好,
我正在使用 prestashop 1.7.2.4,我想在产品页面中添加一个 link,将客户重定向到需要预编译的现有联系表单带有所选产品的名称。
你知道有没有办法做到这一点?提前致谢。
你的link应该是这样的:
http://your-shop.com/contact-us?message=name_of_your_product
在您的 TPL 中:
{$link->getPageLink('contact')}?message='YOUR MESSAGE'
在html中:
WEBSITE_URL?message='YOUR MESSAGE'
此致