L'url dovrebbe essere questo se non sbaglio..
index.php?route=module/newslettersubscribe/subscribe
Qualcuno sa aiutarmi? ^^
Grazie

Eco-friendly Clothing Store for Man and Woman, with a wide selection of Vegan and Made in Italy clothing, bags, underwear. http://www.vestilanatura.it for join the sustainable lifestyle!
https://www.opencartitalia.org
Consulenza,Sviluppo Extension per: Opencart,Magento,Prestahop,Wordpress,Ocart,Zencart,Joomla,Multimerch e SEO Specialist Certified
Info e Contatti
raikage wrote:fammi capire bene,vorresti inserire un bottone con link a quell'url,così che i clienti cliccando sul pulsante si iscrivano?
Eco-friendly Clothing Store for Man and Woman, with a wide selection of Vegan and Made in Italy clothing, bags, underwear. http://www.vestilanatura.it for join the sustainable lifestyle!
Code: Select all
<script type="text/javascript"><!--
function email_subscribe(){
$.ajax({
type: 'post',
url: 'index.php?route=module/newslettersubscribe/subscribe',
dataType: 'html',
data:$("#subscribe").serialize(),
success: function (html) {
eval(html);
}
});
}
function email_unsubscribe(){
$.ajax({
type: 'post',
url: 'index.php?route=module/newslettersubscribe/unsubscribe',
dataType: 'html',
data:$("#subscribe").serialize(),
success: function (html) {
eval(html);
}
});
}
$('.newsletter input[class=\'form-control\']').on('keydown', function(e) {
$('.newsletter input[class=\'form-control\']').parent().find('a').trigger('click');
}
});
//--></script>
Code: Select all
<form style="margin:0px;padding:0px;" method="post" action="http://www.esempio/u.php">
<p><input type="text" name="u" value="" /></p>
<p><input type="submit" value="Iscriviti" />
<input type="hidden" name="l" value="Predefinita" />
<input type="hidden" name="cmd" value="subscribe" />
<input type="hidden" name="r" value="http://www.esempio.com" /></p>
</form>
Code: Select all
method="post" action="http://www.esempio/u.php">
https://www.opencartitalia.org
Consulenza,Sviluppo Extension per: Opencart,Magento,Prestahop,Wordpress,Ocart,Zencart,Joomla,Multimerch e SEO Specialist Certified
Info e Contatti
Code: Select all
<div class="newsletter-content">
<div id="frm_subscribe">
<form name="subscribe" id="subscribe">
<table>
<tbody><tr>
<td>
<div class="boss-newsletter">
<input class="form-control input-new" size="50" placeholder="Put your email address here" name="subscribe_email" id="subscribe_email" type="text">
<a class="btn btn-new" onclick="email_subscribe()">Subscribe</a>
</div>
</td>
</tr>
<tr style="display:none;">
<td><input class="form-control input-new" size="50" value="Put your email address here" name="subscribe_name" id="subscribe_name" type="text"></td>
</tr>
<tr>
<td id="subscribe_result"></td>
</tr>
</tbody></table>
</form>
</div>
</div>
Code: Select all
<!--
function email_subscribe(){
$.ajax({
type: 'post',
url: 'index.php?route=module/newslettersubscribe/subscribe',
dataType: 'html',
data:$("#subscribe").serialize(),
success: function (html) {
eval(html);
}
});
}
function email_unsubscribe(){
$.ajax({
type: 'post',
url: 'index.php?route=module/newslettersubscribe/unsubscribe',
dataType: 'html',
data:$("#subscribe").serialize(),
success: function (html) {
eval(html);
}
});
}
$('.boss-newsletter input[class=\'form-control\']').on('keydown', function(e) {
if (e.keyCode == 13) {
$('.boss-newsletter input[class=\'form-control\']').parent().find('a').trigger('click');
}
});
//-->
Eco-friendly Clothing Store for Man and Woman, with a wide selection of Vegan and Made in Italy clothing, bags, underwear. http://www.vestilanatura.it for join the sustainable lifestyle!
https://www.opencartitalia.org
Consulenza,Sviluppo Extension per: Opencart,Magento,Prestahop,Wordpress,Ocart,Zencart,Joomla,Multimerch e SEO Specialist Certified
Info e Contatti
https://www.opencartitalia.org
Consulenza,Sviluppo Extension per: Opencart,Magento,Prestahop,Wordpress,Ocart,Zencart,Joomla,Multimerch e SEO Specialist Certified
Info e Contatti
Eco-friendly Clothing Store for Man and Woman, with a wide selection of Vegan and Made in Italy clothing, bags, underwear. http://www.vestilanatura.it for join the sustainable lifestyle!
https://www.opencartitalia.org
Consulenza,Sviluppo Extension per: Opencart,Magento,Prestahop,Wordpress,Ocart,Zencart,Joomla,Multimerch e SEO Specialist Certified
Info e Contatti
newsletter subscription
https://www.opencartitalia.org
Consulenza,Sviluppo Extension per: Opencart,Magento,Prestahop,Wordpress,Ocart,Zencart,Joomla,Multimerch e SEO Specialist Certified
Info e Contatti
raikage wrote:attaccato trovi lo zip contenente i file per la newsletter.
Eco-friendly Clothing Store for Man and Woman, with a wide selection of Vegan and Made in Italy clothing, bags, underwear. http://www.vestilanatura.it for join the sustainable lifestyle!
https://www.opencartitalia.org
Consulenza,Sviluppo Extension per: Opencart,Magento,Prestahop,Wordpress,Ocart,Zencart,Joomla,Multimerch e SEO Specialist Certified
Info e Contatti
Users browsing this forum: No registered users and 7 guests