Hide the product detail button

09.12.2014 18:26
#1
optimized
Joomshopping forum user no avatar
Name: Mike
01.04.2013
Posts: 85
Quote
Hide the product detail button

Hi, Is it possible to hide the products detail button at http://optimizedpanama.com/cooking/index.php/productos

Many thanks,

Mike


Joomla: 3..3
JoomShopping: 4.4.0
PHP: 5.4
 
09.12.2014 20:01
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25906
Quote
Aw: Hide the product detail button

Chane template.
http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/3567.html?lang=en

 
10.12.2014 14:44
#3
optimized
Joomshopping forum user no avatar
Name: Mike
01.04.2013
Posts: 85
Quote
Aw: Hide the product detail button

Thanks,

So the file to change here is; components\com_jshopping\templates\default\products\products.php - list products ?

Regards,

Mike

 
10.12.2014 21:06
#4
optimized
Joomshopping forum user no avatar
Name: Mike
01.04.2013
Posts: 85
Quote
Aw: Hide the product detail button

I really just want to remove the button that says details and I cannot see this in the php file

Mike

 
10.12.2014 22:24
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25906
Quote
Aw: Hide the product detail button

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

delete
<a class="button_detail" href="<?php print $product->product_link?>"><?php print _JSHOP_DETAIL?></a>

or hide for CSS
.button_detail{
display: none;
}

 
11.12.2014 21:43
#6
optimized
Joomshopping forum user no avatar
Name: Mike
01.04.2013
Posts: 85
Quote
Aw: Hide the product detail button

Hi,

I removed

<a class="button_detail" href="<?php print $product->product_link?>"><?php print _JSHOP_DETAIL?></a>

but the Details button is still there

Mike

 
12.12.2014 07:46
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25906
Quote
Aw: Hide the product detail button

Configuration / general
template?

 
12.12.2014 17:56
#8
optimized
Joomshopping forum user no avatar
Name: Mike
01.04.2013
Posts: 85
Quote
Aw: Hide the product detail button

So far I have edited the file as suggested.

There is only one option available for Template which is default.

Could you please give me further guidance.

Thanks,

Mike

 
16.12.2014 18:03
#9
optimized
Joomshopping forum user no avatar
Name: Mike
01.04.2013
Posts: 85
Quote
Aw: Hide the product detail button

Could someone please help me with this question.

Thank you

 
16.12.2014 20:35
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25906
Quote
Aw: Hide the product detail button

Addons / plugin for joomshopping?

template joomshopping in folder joomla template?

 


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.