Can I remove terms&conditions?

03.12.2012 17:55
#1
Alistair
Joomshopping forum user no avatar
Name: Alistair
01.08.2012
Сообщения: 11
Quote
Can I remove terms&conditions?

Hi, can one remove or hide the mandatory field "terms & conditions" and "return information" on the front end before closing the purchase?

 
07.12.2012 17:41
#2
Alistair
Joomshopping forum user no avatar
Name: Alistair
01.08.2012
Сообщения: 11
Quote
Aw: Can I remove terms&conditions?

I (think) I've looked everywhere but I can't find how to remove it, if it can't be removed then can anyone let me know how it works? The only two precedent discussions about terms&conditions are these http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/11/976.html, http://forum.joomla.org/viewtopic.php?f=626&t=670599, I've worked on the previewfinish.php.but is of little help.

 
07.12.2012 19:08
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25930
Quote
Aw: Can I remove terms&conditions?

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/3567.html

previewfinish.php

delete rows
<tr>
<td>
<div class="row_agb">
<input type = "checkbox" name="agb" id="agb" />
<a class = "policy" href="#" onclick="window.open('<?php print SEFLink('index.php?option=com_jshopping&controller=content&task=view&page=agb&tmpl=component', 1);?>','window','width=800, height=600, scrollbars=yes, status=no, toolbar=no, menubar=no, resizable=yes, location=no');return false;"><?php print _JSHOP_AGB;?></a>
<?php print _JSHOP_AND;?>
<a class = "policy" href="#" onclick="window.open('<?php print SEFLink('index.php?option=com_jshopping&controller=content&task=view&page=return_policy&tmpl=component', 1);?>','window','width=800, height=600, scrollbars=yes, status=no, toolbar=no, menubar=no, resizable=yes, location=no');return false;"><?php print _JSHOP_RETURN_POLICY?></a>
<?php print _JSHOP_CONFIRM;?>
</div>
</td>
</tr>


and code
onclick="return checkAGB()"



Последнее изменение: 07.12.2012 19:09
 


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.