Disable shopyping services like add to cart, and shoping cart in JA Asenti

Hello guys.

My customer wants to simple disable all shopping posibilities on front page for a while.

Is there a way to simply Disable or hide on admin pannel all shopping services.

Like add to cart buutons, add to wishlist and compare links..

also any checkout page or service?

I found usefull posts related to how to remove those by changing scripts on files.. but that makes it difficult to track by my customer whos going to manage all store services..

any ideas on how to work thi out?

I am using JA Asenti.

best regards!

2 answers

Profile photo of Saguaros 0.00 $tone November 2, 2012
Public

Hi rcerrato,

Please go to Backend > System > Configuration > Advance > Disable Modules output select module for checkout and wishlist then disable it.

With our module in your site like JM Product List, JM Product Slider, … please find the code for compare, add to cart , wishlist and comment or remove it. Let me make JM Product List module as example, please open file: /app/design/frontend/default/jm_asenti/template/joomlart/jmproducts
Find this code:

PHP Code:

<button class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product?>')">
    <span><?php echo $this->helper("catalog")->__('Add to Cart'?></span>
</button>

PHP Code:

<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product?>" class="link-wishlist"><?php echo $this->__('Wishlist'?></a></li>

PHP Code:

<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Compare'?></a></li>

#1

This question is now closed

Written By

Comments