Skip to content

Commit 51d3312

Browse files
committed
[IMP] website_themes: rename field for zero-price product contact button
This commit removes the field 'contact_us_button_url` and replaces It with `contact_us_link_url` for better clarity and consistency In naming. Affected_Version:Master Task_ID:4819657
1 parent 6a4d327 commit 51d3312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/developer/howtos/website_themes/theming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ structure below.
683683
<field name="shop_ppg">18</field>
684684
<field name="shop_ppr">3</field>
685685
<field name="cookies_bar" eval="True" />
686-
<field name="contact_us_button_url">/contact-us</field>
686+
<field name="contact_us_link_url">/contact-us</field>
687687
<field name="social_facebook">https://www.facebook.com/Airproof</field>
688688
<field name="social_instagram">https://www.instagram.com/airproof</field>
689689
<field name="social_linkedin">https://www.linkedin.com/company/airproof</field>
@@ -710,7 +710,7 @@ structure below.
710710
- Number of products shown per rows (in a page) in the e-commerce
711711
* - cookies_bar
712712
- Enable/disable the cookies bar
713-
* - contact_us_button_url
713+
* - contact_us_link_url
714714
- URL of the `Contact us` page (For instance, used in the standard header templates).
715715
* - social_facebook
716716
- URL of a Facebook profile

0 commit comments

Comments
 (0)