Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Previous Page
Author « Topic »
Page: of 2

pauld
Advanced Member

USA
486 Posts

Posted - 10/20/2024 :  10:18:46  
Dave, thanks for those comments regarding Smarty integration.

Has there been much ongoing work needed to tweak that Smarty integration with new Cart updates?

I ask because some of our ad-ins have been easy to maintain, while others have not.

dbdave
ECT Moderator

USA
10409 Posts

Posted - 10/20/2024 :  10:44:54  
Hi Paul, there is no changes when updating as this is all done on the front end of the site in the cart.asp/.php page.
There was one hiccup when some of the classes were changed in the ect code, but that not something that normally changed between updates.
Thanks,
David

Edited by - dbdave on 10/20/2024 10:45:27

freewaytrailer
New Member

USA
59 Posts

Posted - 10/23/2024 :  15:49:27  
quote:
Yes, my post in the tips and tricks is outdated it seems.
I'll try to get it updated soon.


quote:
$(inputbill).keyup(function(event) {
if($(this).val().length > 6) {
var menu = $(".autocompletemenubill");
if ($("#country option:selected").text()=='United States of America') {
var textInput = inputbill.val();
$(inputbill).focusout(function() {menubill.hide()});
if (textInput) {
menubill.show();
getSuggestions(textInput,"",'bill');
} else {
menubill.hide();
}}}});

$(inputship).keyup(function(event) {
if($(this).val().length > 6) {
var menu = $(".autocompletemenuship");
if ($("#scountry option:selected").text()=='United States of America') {
var textInput = inputship.val();
$(inputship).focusout(function() {menuship.hide()});
if (textInput) {
menuship.show();
getSuggestions(textInput,"",'ship');
} else {
menuship.hide();
}}}});


Looking forward to an update as well. I could not find any of this in the sample. Thanks in advance
Page: of 2 « Topic »  
Previous Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000