Jump to content

PurpleEdge

Members
  • Posts

    55
  • Joined

  • Last visited

PurpleEdge's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hi everybody, You can find the changelog here. Be good if I learned how to paste!
  2. It would be good if the link to the change log worked? Hi everybody, You can find the changelog here.
  3. Thanks, much easier to do with javascript!
  4. I want to POST some data to the stores.tpl page by using a form on the home page of a site. So users can enter a post code (zip code) in a form on the home page, click a submit button and it will open the stores page with the search value pre-filled and then execute the search. I want to add some code such as this... $postcodeToSearch=''; if (isset($_POST['passedPostcode'])) { $postcodeToSearch = $_POST['passedPostcode']; } ?> <script type="text/javascript" src="demo1.js"></script> <script language='javascript'> window.onload=initForm(document.forms[0], 'addressInput', '<?php echo $passedPostcode; ?>'); </script> Can someone give me a clue how to add php to the stores.tpl?
  5. I think I have just been bitten by the same local cache problem! The home page is missing on my development PC, but if I go to the site from another PC it works! Thanks for posting the solution - I was getting a bit frantic!
  6. How do you export a theme with the "Import Export Theme" module?
  7. This is still broken, whether the archive is themes\mytheme\mythemefiles or not
  8. I'm trying to upgrade a 1.4.4.1 install, that doesn;t have the AutoUpgrade module I downloaded 1.4.6.2 and uploaded the autoupgrade module from that, but it won't install. I try to access this module from //sitename/index.php?tab=AdminSelfUpgrade and I get the error... [TECHNICAL ERROR] ajax-upgrade.php is missing. please reinstall or reset the module I have searched through the files for 1.4.6.2 and there is no such file??
  9. It's included in the 1.4.6.2 download - but I don't know if it works - I tried to install it in a test 1.4.4.1 installation and it won't install?
  10. Hi Mike, Is this available separately somewhere? I have a test site with 1.4.4.1 and the Upgrade feature does nothing - it says "You don't need to use this feature at the moment" I dread having to do a manual upgrade!
  11. Depends how seamless the update is. Big updates mean lots of bugs in my experience. Incremental updates are more manageable. I haven't been game to try the auto-update feature, fixing glitches takes a lot of resources.
  12. No, just my experience that I once uploaded the products.php (or some other file, can't remember which) file from the wrong verion and it stopped the backend catalog working. Restoring the correct version of the file I replaced fixed it.
  13. An editable Contact-Us form, with the ability to use the wysiwyg editor before and/or after the form, plus the addition of a captcha technique should be in the core. I know such a tool is available as an add-on, but it should be core!
  14. Allow prices-including-tax to be entered more easily throughout PS. In many countries prices must be expressed with tax and there are many places where it it not intuitive to do this in PS.
  15. This is fairly easy to change, see attached. Let me know if you want instructions.
×
×
  • Create New...