Yardımcı olursanız çok sevinirim sayın hocalarım
Site: Kiyafetbayi.com
Tuş bu

Tıklayınca

Kodlarım;
<?xml version="1.0" encoding="utf-8"?>
<modification>
<name>WhatsApp ÜrünSipariş Modülü</name>
<code>whatsapp_siparis_modulu</code>
<version>1.0</version>
<author>Enkolayticaret</author>
<link>http://enkolayticaret.com</link>
<file path="catalog/controller/product/product.php">
<operation error="log">
<search><![CDATA[
$data['points'] = $product_info['points'];
]]></search>
<add position="before"><![CDATA[
$data['telephone'] = $this->config->get('config_telephone');
$data['whatsapp_mesaj_jraa'] = $this->url->link('product/product', 'product_id=' . $product_id);
]]></add>
</operation>
</file>
<file path="catalog/view/theme/*/template/product/product.twig">
<operation error="log">
<search><![CDATA[
{{ footer }}
]]></search>
<add position="before"><![CDATA[
<style>@media (max-width: 478px) {.wtsp {display: block!important;}}@media (max-width: 767px) {.wtsp {display: block!important;}}</style>
<div class="wtsp" style="position:fixed;bottom:13px;left:13px;z-index:9999;display:none">
<a href="https://api.whatsapp.com/send?phone={{ telephone }}&text=Sipariş vermek istiyorum. {{ heading_title }} - {{ model }} {{ whatsapp_mesaj_jraa }}">
<img src="image/catalog/whatsapp.gif"></a>
</div>
]]></add>
</operation>
</file>
</modification>
