1
Joomla! 3 / Re:estensioni coupon
« il: 21 Set 2017, 11:54:25 »
ho risolto modificando il file nella dir
TUACARTELLAFTP.it/components/com_virtuemart/views/cart/tmpl/
nome file: default_coupon.php
ho sostituito la parte con questo fatto da me:
se puo servire a qualcuno
TUACARTELLAFTP.it/components/com_virtuemart/views/cart/tmpl/
nome file: default_coupon.php
ho sostituito la parte con questo fatto da me:
Codice: [Seleziona]
<?php } ?>
<input type="text" name="coupon_code" size="30" maxlength="50" class="coupon" alt="<?php echo $this->coupon_text ?>" placeholder="<?php echo $this->coupon_text ?>" value="<?php //echo $this->coupon_text; ?>" onblur="if(this.value=='') this.value='<?php echo $this->coupon_text; ?>';" onfocus="if(this.value=='<?php echo $this->coupon_text; ?>') this.value='';" />
<span class="details-button">
<input class="details-button" type="submit" name="setcoupon" title="SET COUPON" value="SET COUPON"/>
</span>
<?php
se puo servire a qualcuno