Thank you for sharing pay, more power to your elbowVeronica's theme is already free on this forum ...
Attach whatsapp_chat plugin
Version: 1.4.0
Author: SiteSteroid
There are no such plugins from osclass.calinbehtuk.ro?Osclass price alert osclass plugin
Can you give me a tutorial to install this plugin? It is not working for me on Epsilon theme. It installs well but the WhatsApp button is not showing on the item pageVeronica's theme is already free on this forum ...
Attach whatsapp_chat plugin
Version: 1.4.0
Author: SiteSteroid
I have Veronica theme in exchange with webp osclass plugin,
or PWA plugin or Whatsapp plugin any will work for me please
delta theme it works for me well , I think it depends on theme , now what to do, upload the zip file through the cpanel oc-content/plugins . Then you unzip it after that check your admin plugin, you will find it thereCan you give me a tutorial to install this plugin? It is not working for me on Epsilon theme. It installs well but the WhatsApp button is not showing on the item pain
The plugin can be easily configured. Download it, unzip it and install it in the oc-content / plugins directory. From the admin panel control install the plugin and then you can configure it according to the options.Can you give me a tutorial to install this plugin? It is not working for me on Epsilon theme. It installs well but the WhatsApp button is not showing on the item page
@radu0507 yes I did and it installs just fine and I can open the configuration in the Admin panel alright. My problem is that it is not showing the WhatsApp button on the frontend for users.The plugin can be easily configured. Download it, unzip it and install it in the oc-content / plugins directory. From the admin panel control install the plugin and then you can configure it according to the options.
Yes, I also updated the plugin for Gama and Epsilon themes. The plugin was created before the advent of Gamma and Epsilon.@radu0507 yes I did and it installs just fine and I can open the configuration in the Admin panel alright. My problem is that it is not showing the WhatsApp button on the frontend for users.
Yes, I also updated the plugin for Gama and Epsilon themes. The plugin was created before the advent of Gamma and Epsilon.Veronica's theme is already free on this forum ...
Attach whatsapp_chat plugin
Version: 1.4.0
Author: SiteSteroid
Thank you brother, It now works alrightYes, I also updated the plugin for Gama and Epsilon themes. The plugin was created before the advent of Gamma and Epsilon.
Find and open the function.php file and search
/ * for theme veronica end * /
and add after:
/* for theme gamma start */
if($mobile_custom_field=="themeGamma"){
$veronika_item_extra = gam_item_extra( osc_item_id() );
$mobile_veronica = $gam_item_extra['s_phone'];
return $mobile_gamma;
}
/* for theme gamma end*/
/* for theme Epsilon start */
if($mobile_custom_field=="themeEpsilon"){
$veronika_item_extra = eps_item_extra( osc_item_id() );
$mobile_veronica = $eps_item_extra['s_phone'];
return $mobile_epislon;
}
/* for theme epsilon end*/
Save the functions.php file
Don't forget to write in the plugin configuration in the section Custom field slug for Seller's mobile number themeEpsilon
That's about the changes made in the plugin. Now the button looks and works on Gamma and Episilon themes
Success!
Post automatically merged:
Yes, I also updated the plugin for Gama and Epsilon themes. The plugin was created before the advent of Gamma and Epsilon.
Find and open the function.php file and search
/ * for theme veronica end * /
and add after:
/* for theme gamma start */
if($mobile_custom_field=="themeGamma"){
$veronika_item_extra = gam_item_extra( osc_item_id() );
$mobile_veronica = $gam_item_extra['s_phone'];
return $mobile_gamma;
}
/* for theme gamma end*/
/* for theme Epsilon start */
if($mobile_custom_field=="themeEpsilon"){
$veronika_item_extra = eps_item_extra( osc_item_id() );
$mobile_veronica = $eps_item_extra['s_phone'];
return $mobile_epislon;
}
/* for theme epsilon end*/
Save the functions.php file
Don't forget to write in the plugin configuration in the section Custom field slug for Seller's mobile number themeEpsilon
That's about the changes made in the plugin. Now the button looks and works on Gamma and Episilon themes
Success!