changing the apply filter id
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Apr 2017 15:42:02 +0000 (11:42 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 20 Apr 2017 15:42:02 +0000 (11:42 -0400)
the apply filter to get the contact sales form page permalink needs the id for the live site page

views/front/fields/detail.html

index eb69a7e..25b417d 100644 (file)
@@ -16,4 +16,4 @@
 {$msrp = $field_values.msrp.data}
 {$sale = $field_values['sale-price'].data}
 {$prod = $member_name}
- <a class="contact-sales" href="{apply_filters('get_form_permalink', 267)}?prod={$prod}&stock={$stock}&msrp={$msrp}&sale={$sale}">Contact Sales</a> 
\ No newline at end of file
+ <a class="contact-sales" href="{apply_filters('get_form_permalink', 286)}?prod={$prod}&stock={$stock}&msrp={$msrp}&sale={$sale}">Contact Sales</a> 
\ No newline at end of file