Jump to content

bfouassier

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Location
    French Polynesia
  • Activity
    Freelancer

bfouassier's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Idem ici, même problème. Nous vendons des produits uniques (bijoux) dont le stock est de par ce fait soit 1, soit 0, et nous ajoutons des personnalisations aux produits, qui ne sont pas vendues brut, sans le produit de base. Penser à voter pour le bug dans le tracker de Prestashop : http://forge.prestashop.com/browse/PSCFV-4391 (NB : ce bug se rapporte à la version 1.5 de PS, je ne sais pas s'il existe aussi le même bug report pour la version 1.6). Merci !
  2. Mise à jour de Prestashop (the 1(00000) clics update module) et tout a marché pour moi sur hébergement Infomaniak. Merci beaucoup !
  3. Hi Chris, Nope, did't get an answer for that one, so I started to develop my own module (I am coding it right now actually). It's not supposed to be related to whether or not the product is in the customer cart. The customer has to contact the shop to let them know that we wants to book it, then the shop make it private for him via the module in the back office. So basically the module deals only with pushing the customer in a special group, pushing the product in a special category, make this category only visible for this group and voila. The customer will see a new category named "My private sale" or something like that and will be able to order the product in it. I was thinking about a cron job to push back the product in it's original category after a certain amount of time if the customer did not order it after all. I'll let you know how far I am going with the module and will share it if I'm happy with it. Thanks. Regards Ben
  4. Hi everybody, First of all thanks to all the community for sharing al the knowledge about using PS, developing modules, etc.. it's always a GREAT help. I use version 1.6.1.4 of PS. I am trying to automate some process when inserting a new product. Short version: For a certain category of product, I would like to "automagically" add its declinaisons/combinations which are always the same four ones. Is there a hook that exists to perform such a thing? Long version: Just for you to picture it more specifically, we sell jewels, and for a particular type/category of jewels, we propose a set of of finish/customization on top of the product, so there are no stock question involved, it's always there, it's a man made action on the product. Besides the images for this customisations are always the same. So at the end, all of the products for this category have all the same 4 combinations, thus all the same 4 images, with a one or more image for the product it self. There is an extra combination for each product which is "no customisation", basically the product, unchanged, with the original photo of the product. I don't know if I have to create an extra combination for that to be able to unselect the combination on the front office. I have seen here and there a hook called hookActionProductSave but couldn't manage to get a grasp of it. Another solution would be to create a mysql trigger on product save, but for me that would be the last solution to envisage, because it is kind of uggly and prone to error or side effects.. I don't know what do you think. Hopping this question will help some others. Many thanks to the community. Ben
  5. Just an up to this topic, I deal with the same kind of issue. Any progress Jacques ?
  6. Hello All, I would need your advice for a feature on my shop. We sell unique product, each product is different from the other and thus there is no way to re-order a product if it's out of stock, it's just gone. To avoid customer frustration, we would like to add the possibility for customers to reserve a product, so it stay in its account but become invisible for other customers. Reservation would last a certain amount of time, 5 days should do. So there are 4 things : - Ability to reserve/lock a product for a customer - When product is locked hide it for other customers, - Display it in "my wish list" for the customer that reserved it for him to order it. - After a few days, product becomes available again for all customers if still in stock (if the customer did not order it). It doesn't seem that a module already exists for this need, and I don't know how hard can it be to develop it (I have experience with PHP development, not so much in PS module development). Any experience with such functionality? Thanks a lot for your help, and sorry if this topic has already been tackled.
×
×
  • Create New...