| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
submit_wo_js.tpl | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Apologies in advance if posted in the wrong area.
My "Add to Cart" and "Buy now" buttons don't work after I've disabled javascript in Firefox (or any other browser) I was under the impression that this template was used for submitting without javascript? Enlightment welcome conradp24
__________________
Conradp24 X-Cart 4.1.12 CentOS Linux |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Yes, this template outputs standart button for submitting the form instead of pretty lookin one and notice that javascript is disabled.
For all the buttons to work properly without javascript they have to be placed in tempates on the following scheme (following is only pseudocode): Code:
But not all the buttons in original skin are implemented this way.
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#3
|
|||||||
|
|||||||
![]() Okay from the submit_wo_js.tpl can you explain this to me:
<input type="submit" value="{$value|strip_tags:false|escape}" /><br /> particularly what is meant by the |escape on the end? I'm fairly sure that my buttons worked with javascript disabled and now they don't. If I can understand this code a bit better I might be able to fathom it. Many thanks, Conradp24
__________________
Conradp24 X-Cart 4.1.12 CentOS Linux |
|||||||
#4
|
|||||||||
|
|||||||||
![]() the words started with | are the Smarty modifiers so you can find it on page http://smarty.net/manual/en/language.modifiers.php
$value|escape will escape all special html charactetrs: & " ' < > * in variable with name value
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
|
|||
X-Cart forums © 2001-2020
|