Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: var/themes_repository/abt__unitheme2/templates/addons/abt__unitheme2_mv/overrides/addons/vendor_communication/hooks/companies/products.pre.tpl
- ===================================================================
- diff --git a/var/themes_repository/abt__unitheme2/templates/addons/abt__unitheme2_mv/overrides/addons/vendor_communication/hooks/companies/products.pre.tpl b/var/themes_repository/abt__unitheme2/templates/addons/abt__unitheme2_mv/overrides/addons/vendor_communication/hooks/companies/products.pre.tpl
- new file mode 100644
- --- /dev/null (revision cf98aa985e8c954b4a05737634b92a22180e4f4b)
- +++ b/var/themes_repository/abt__unitheme2/templates/addons/abt__unitheme2_mv/overrides/addons/vendor_communication/hooks/companies/products.pre.tpl (revision cf98aa985e8c954b4a05737634b92a22180e4f4b)
- @@ -0,0 +1,12 @@
- +{if $addons.vendor_communication.show_on_vendor == "Y"}
- + {include file="addons/vendor_communication/views/vendor_communication/components/new_thread_button.tpl" object_id=$company_id show_form=true}
- +
- + {include
- + file="addons/vendor_communication/views/vendor_communication/components/new_thread_form.tpl"
- + object_type=$smarty.const.VC_OBJECT_TYPE_COMPANY
- + object_id=$company_id
- + company_id=$company_id
- + vendor_name=$company_id|fn_get_company_name
- + }
- +{/if}
- +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement