Jump to content

Recommended Posts

Well, It is for prestashop 1.5.4.1.

 

 

I am creating the website for some small company, and they set the following requirement:

 

Allow clients to add products on the cart, then, at checkout, he can pay the whole order, or just send the details of the whole order to its email or to a friend's email.

 

So, Its a way of saving on email, the budget for a certain group of products, BUT, instead of saving the "shopping cart" in the prestashop platform ( which is something that some modules already give ), the idea is to make it very simple and quick: just add an email and you have all the contents of the current cart in your email inbox, or your friend or girlfriend inbox (and BBC prestashop admin email as well ). Send it on html format and non-html format.

 

About the content of the email, I mean, for each shopping cart line, product name, link to the product, quantity and price.

 

I was thinking of creating the module by myself, I have already created a couple of simple modules, but in this case I dont know how to access to the cart content/cart line items....

 

 

I know that prestashop keeps track of created shopping cart, but this is some kind of service for the customer....

 

 

 

Thank you for your response ! Does anyone know some module like this, or a better idea to implement this ?

Link to comment
Share on other sites

Thanks, I already know that, but is not suitable for my scenario, because:

- I am working with a special module of reservation, which is not compatible with wishlist.

- Anyways, for working with wishlist, first user has to add the item to a wishlist list, then go into his account, go to wishlist, select one, send it... its a bit too long. Also, not all the user are familiarized with the meaning of "wishlist"...

 

Anyways, the main reason is because it is not compatible with the reservation module I am working with

Link to comment
Share on other sites

Yes I asked, but it will increase the price too much and I am not interested. Right now I am working on it, I think I came to a nice solution based on javascript, smarty, and a small form displayed just below the shopping cart items table.

 

The module is called "myownreservations"

Link to comment
Share on other sites

You paid 350 euros for the module and they ask more money??? This is insane! If the wishlist is ok for you, then you can change back to regular prestashop (without the module) as it is not useful anymore.. I have a question.. Which is the extra functionality that you cannot work with it on default prestashop?

Link to comment
Share on other sites

The module really worth the money, it transforms your shop in a hotel reservation system, you can assign availability or a reservable room, different prices for different tiem periods, allow user to pay only a % of the reservation, and the rest on the reception desk... it has a really good of features, dont think it is a high price. It was the best I found for this kind of purpouse. Also, technical support is quite good.

 

Finally what I did is to add a small form in the shopping cart page, where user can add maximum 2 emails, then, if you submit the form, the content of the shopping cart ( items + selected reservation period ) is sent in html and no-html email to both emails and to prestashop admin. I wish I could have spend some time to create a module for that, but I managed to do it direclty with picking the values by javascript and sending the form using jquery and phpmailer.

 

 

Anyways, thank you very much for your interest ! ^_^

Link to comment
Share on other sites

×
×
  • Create New...