Jump to content

sperio

Members
  • Posts

    43
  • Joined

  • Last visited

sperio's Achievements

Newbie

Newbie (1/14)

11

Reputation

  1. http://www.prestashop.com/forums/viewthread/28617/modules___development/module_slideshow/
  2. yup that was exactly what I did above... however... it seems strange that there's no proper place to do the mod... but perhaps it might be better to do a lang mod... wish there is a MASTERFILE in our template... that way we can make mroe extensive changes///
  3. yes.... but the ORDER CONFIRMATION is strangely not there... all are there except for the very first email that is sent to the customer when after they have completed the order...
  4. only solution I found is to mod the lang file... /mail/en/lang.php add to the file... $_LANGMAIL['Order confirmation'] = 'Your Order'; got the inspiration in looking at the FR lang mod... if it can be change to french... it can change to the text we need... hope that helps <?php global $_LANGMAIL; $_LANGMAIL = array(); $_LANGMAIL['Order confirmation'] = 'Your Order'; ?>
  5. looking for this too... anyone any ideas? have looked all over... no where to modify email subjects
  6. Roadmaps are IMPORTANT... if not major industries would not be using them and releasing them to their partners... it will centainly help us plan our stores better and to see how we can use PS to its full potential... it will centainly help in our expansion plans... it would be good too if PS can accept donations to help it grow... i certainly would not mind contributing to a good product like this...
  7. Fluxxi is correct... your customers coming in depends very much on how u gather the clients and get the information about your products out... try to participate in forums and lists of people who might be interested in your products... love what you do and the money will come...
  8. This is a big problem... no way to adjust or refund shipping any solutions?
  9. positions tab in modules... a bit non obvious...but once u see it... it clarifys
  10. they have the same thing for IE using FIREBUG but it is a pain to install... i would rather do the changes in FF and then see what else to change for IE
  11. i just tried this and I dun know if it is the true cause and the actual solution... try it and it might work for u... so far... the problem does not recur... i saw a cookie error while working on my site... it got me thinking that the root might be a cookie issue since the ADMIN login fails so often for no reason whatsoever... SOLUTION? Change the cookie... i did a FRESH install and copied the cookie inside /config/settings.inc.php and pasted it to my installation this is not a actual cookie code... please DO NOT USE! it is for your REF only... define('_COOKIE_KEY_', 'PKSqSGINAQzzIKreUwOnpTZPoYFDL9EZFBgwuppJe7vmh0RQOOPm75dv'); define('_COOKIE_IV_', 'i5L72SXN'); ONE WORD OF CAUTION!!! DANGEROUS FRONTEND LOGIN WILL HAVE TO BE RESETTED!!!! please backup before u do any of this... also you have to go reset your admin password in your database... instructions here http://www.prestashop.com/forums/viewthread/4843/ becareful of the quotes… i am using phpmyadmin to make the changes to the sql databases… first few failures because of the quotes… the failure was the double quotes… i change them to single quotes and viola~~~ UPDATE ps_employee SET passwd=md5('ZPqWqUahBDb6JMkpsKfBQazLvO8LJutidghx3Jrpps2vC0R8aX1JA8Ep123456789') WHERE email='[email protected]'
  12. something like this? http://www.iputa.com/category.php?id_category=3
  13. the problem - @ each product's page, adding images incurs an error... error adding images after much mucking around... the issue has been resolved... the sleeping dog was AdminCMS.php AdminProducts.php I modded these 2 files and have tested it... it is working now if you would like to know what has been changed, please do a file comparison. Alfred TinyMCE_update_v.3.zip
×
×
  • Create New...