I am leaving MOTO in the box at the back of the drawer ... to be found in 3 years and pitched.
Announcement
Collapse
No announcement yet.
Offline Orders- several problems
Collapse
X
-
Originally posted by Darren B View PostOh ye of little faith
Comment
-
This is true, and probably even more of a reason why actinic should make these things modular.
Then perhaps if you upgrade a site from V8 to V9 it works, then you add your plugin / module and it upgrades the order information, not the whole package. To me Actinic try to do to much under one roof
Comment
-
Bloody good question - Going by otherposts i recon v9.0.3 until nadeem comes up with a neat little hack telling you how to
Code:<select name="PAYMENTSTARTMONTH" size="1"> <actinic:block php="true"> for ( $start_date_counter = 1; $start_date_counter <= 12; $start_date_counter ++) { echo"<option value='$start_date_counter'>$start_date_counter</option>"; } </actinic:block> </select> / <select name="PAYMENTSTARTYEAR" size="1"> <actinic:block php="true"> for ( $start_year_counter = 2001; $start_year_counter <= 2008; $start_year_counter ++) { echo"<option value='$start_year_counter'>$start_year_counter</option>"; } </actinic:block> </select>
Originally posted by jont View Post.. but why on earth a value of "2012" against 2006?????
Hope this helps
Kind RegardsNadeem Rasool
SellerDeck Development
Comment
Comment