We've created new freeware plugin to Quick.Cart v4.x.
Plugin adds possiblity to check order status by clicking special prepared URL. This link will display in order print page and it will be sent in email with order details.
You should know HTML and PHP basics to install this plugin.
Check out this plugin here: http://opensolution.org/download,en,18.html?sDir=Quick.Cart/plugins
Nice plugin, but... You use: <a href="$sOrderUrl" target="_blank">
I mean: target=_blank. It gives an error by W3C. Did you forget a smart js function targetBlank() ? Instead of the 'target' you can use: <a href="$sOrderUrl" class="new-window">
I believe in the future ;-) But for today, as long the "target" attribute will spit out the error on w3c, as long i will not use it. One day, anytime... in the future.
Presne podle navodu. Link to order status se objevi po odeslani objednavky, ale na adrese z linku se zobrazi obsah objednavky, ale status se nezobrazi. V emailu s potvrzenim objednavky se ani link nezobrazi. Poradite mi prosim co delam spatne? Dekuji