Jump to content

emokemi

Members
  • Posts

    4
  • Joined

  • Last visited

emokemi's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I have created a module (compatible with Prestashop 1.5 and above) that will provide this functionality. However, the current version selects product(s) at random, but a future version will provide the ability to specify rules for which products will get posted to twitter. The module is currently awaiting approval on the Prestashop addon store, but if anyone is interested in it I can provide it to you for free. Regards,
  2. I found a simpler solution to this problem. In your script, just before you include the config.inc.php file, add the following define: define('_PS_ADMIN_DIR_', getcwd()); Problem solved!
  3. Hi, If you guys haven't figured this out yet, "anothernumber" happens to be the id column from the table "ps_image". You will need to do a join including the following tables, ps_product, ps_image to get that image id, "anothernumber" for a specific product. Long-winded, but its either that or several queries to retrieve it. HTH
  4. Hi, We are using Prestashop 1.4.0 and have realised that messages sent to customer services through the contact form on the shop do not appear in the backend of the shop. Has anyone faced such an issue and if so what a suggested resolution might be? Alternatively if this is a known bug, is there an ETA on the resolution? Thanks,
×
×
  • Create New...