Addon for Links

27.02.2019 13:10
#1
mebpuf
Joomshopping forum user no avatar
Name: Alexey
09.01.2019
Posts: 6
Quote
Addon for Links

Посоветуйте пожалуйста плагин или решение, чтобы на кнопку "купить" в карточке товара можно было повесить внешнюю ссылку на другой сайт, для каждого товара свою.

Please advise the plugin or solution to the "buy" button in the product card, you can hang an external link to another site for each product.

 
27.02.2019 15:25
#2
midiplus
Joomshopping forum user no avatar
Name: Anton
03.07.2013
Posts: 1927
Quote
Aw: Addon for Links

Можете попробовать указать ссылку в товаре (backend) в поле URL - на сайте на странице товара появится ссылка "читать подробнее". Это поле не связано с кнопкой "купить", но позволяет пользователю перейти по ссылке на нужную вам страницу.


Last change: 27.02.2019 15:31
 
27.02.2019 20:58
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Addon for Links

+Если нужно можно поменять шаблон страницы продукт

 
27.02.2019 21:37
#4
mebpuf
Joomshopping forum user no avatar
Name: Alexey
09.01.2019
Posts: 6
Quote
Aw: Addon for Links

На что его поменять? Готовые решения есть? Я так понимаю плагина никакого нет.

 
28.02.2019 07:55
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: Addon for Links

components\com_jshopping\templates\default\product\product_default.php

<?php if ($this->product->product_url!=""){?>
<div class="prod_url">
<a target="_blank" href="<?php print $this->product->product_url;?>"><?php print _JSHOP_READ_MORE?></a>
</div>
<?php }?>

маняйте на

<?php if ($this->product->product_url!=""){?>
<div class="prod_url">
<a target="_blank" class="btn btn-primary button btn-buy" href="<?php print $this->product->product_url;?>">Ваш текст</a>
</div>
<?php }?>

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.