Jump to content

PurpleEdge

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by PurpleEdge

  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.
  16. Make sure the version of the admin folder you uploaded is the same version as used on the website. Make sure the employee has access rights to the Catalog.
  17. See attached, for a rough first draft, that suits my purposes. I'm happy to work on it and submit, and accept any advice! AdminStores.zip
  18. This might be a silly question, but why doesn't the Stores module lookup the latitude and longitude based on the address entered? The code to do this is less than a dozen lines, and would make this module so much easier to use? If I wanted to add this functionality myself, how do I add the code to the AdminStores file without editing the original AdminStores.php file - can I do it by creating an admin/tabs/AdminStores.php file in my themes folder and editing that?
  19. Paypal say they are getting a 404 error when posting to this site... http://sitename.../validation.php I am unable to update my Papal account to use this URL as the IPN validation path because Paypal can't find it! Does anyone have any idea why this might be the case?
  20. It seems that my sitename/modules/paypal/validation.php file cannot be accessed by PayPal? When configuring PayPal IPN if I enter this address as the return URL PayPal says that it cannot access this URL - does anyone have any idea why this would happen? Carts created with this URL are not being converted to orders. Carts created on a test site on the same server, with the same PayPal settings, are being processed correctly, so there is some error specific to this site. Is there any error logging for the paypal module?
  21. I've deactivated the cache it was interfering with too many things on the site. I'll see if speed becomes an issue?
  22. Thanks Mike, that does make sense, and I appreciate you looking into it for me. It probably makes sense to actually increase the return products period, but also to warn customers about the delayed availability of Reward Points and Vouchers!
  23. Does anyone know how to resolve this, we have the same problem! I have placed an email notification in validation.php whenever this page gets hit and it is not getting hit from paypal IPN, even though PayPal is indicating the correct path to this file.
  24. Solution to this is to enable cURL with https protocol.
×
×
  • Create New...