How do I stop outgoing Ebay clicks, when I dont have Ebay Affiliations.
We just delete from product.tlp the following, but still no luck.
Also we are having tons of spams from our Store form. How do we also stop this.
<?php if($this->eBay->products): ?>
<div class="mblock1 ebayblock1">
<div class="mblock1-top">
eBay Results
</div>
<div class="mblock1-bottom">
<ul>
<?php foreach($this->eBay->products as $eproduct): ?>
<li><a href="<?php echo $eproduct->trackedurl; ?>"><?php echo $eproduct->title; ?></a> - Price: <?php echo $eproduct->price; ?></li>
<?php endforeach; ?>
</ul>
</div>
</div>
<?php endif; ?>