Search the Community
Showing results for tags 'cc'.
-
Hi, Is there a way to add in Presta 1.6 extra email addresses as cc and bcc to the customer contact form so a copy of the messages is sent to another email address than the one set up? Thanks
- 1 reply
-
- 1.6
- contact form
-
(and 3 more)
Tagged with:
-
AuthorizeAIM module is not connecting with Authorize.net though the keys are correct and work on eBay. Unlike the FedEx or UPS con not modules AuthorizeAIM does not provide any feedback that the module is on line and working. Currently using 1.6.1.1.8
-
- transactions
- processing
-
(and 2 more)
Tagged with:
-
I have been working some time now with Prestashop and before some months switched to develop with PHPStorm, the best and most complete PHP IDE out there. Unfortunately, I had always issues with code completion in Prestashop, which is based on how Prestashop uses the override class model. One example: The code for the class "Cart" that is instantiated as object is residing in the core file classes/Cart.php, the core class however is not named "Cart" but "CartCore". Only when a class is overriden, it is named "Cart" and inherited from "CartCore" and as that, an IDE can create this association only by that time. Additionally, Prestashop's PHPDoc is incomplete and where it exists, the wrong return classes are sometimes specified etc. To ease my development with Prestashop and PHPStorm and make code completion work a great way nearly everywhere, since I couldn't find the slightest solution anywhere, I went into creating an "extension" that helps achieve that. You can download it here and integrate it into your PHPStorm project the way it is described and you will have immediately code completion for almost any instantiated class, $this variables and more. https://github.com/dkarvounaris/PHPStorm-CC-PrestaShop It's not covering 100% yet, but is nearly complete and should have everything that is daily required. Please let me know if there is something to improve it. Contributions are welcomed too. I hope, this will be helpful to many.
- 20 replies
-
- 13
-
- code completion
- cc
- (and 4 more)
-
Hi everyone, I need to share what is written to customers and the e-mail flow is very simple to keep updated. I am not a coder and it looks a simple request to me. QUESTION: any module or change to the code to send myself all messagges written to customers? Here is a simple example: 1) in the order page, I write a message to the customer 2) the customer receives the message 3) I need to receive a copy sent to the customer 4) I would like to share the message and send it to an e-mail address Extra question: it possible to share all the changes in status order with an e-mail address? Here is an example: 1) in the order page, I change the status of the order 2) the customer receives the message 3) I need to receive a copy sent to the customer 4) I would like to share the message and send it to an e-mail address I hope there is a free module or a simple change to the code :-) Thanks for your help Navid
-
Hi guys, I'm in need to create a payment method plugin for my Prestashop that uses the VPOS payment platform to accept credit cards. Title of petition: Interdin Payclub Web Payment Plugin Type of project: Prestashop payment plugin/module Development type: Online Proyect description: Using generated private and public keys we are gonna send an XML array to Interdin's VPOS platform which is gonna return us a response with the status of the credit card transaction and if it's a success then we are gonna process the transaction in our Prestashop. Budget: $200 Offer time: 3 days So if you interested please contact me. Email: [email protected] Regards.
-
Hi, I using PS 1.5.4.0 and I think there is a bug in CCC handling of @import CSS sentences. I my case, a CSS file linked prior optimizing with CCC has: ... @charset "utf-8"; /* CSS Document */ /* -------------------------------------------- TYPOGRAPHY -------------------------------------------- */ @import url("http://fonts.googleapis.com/css?family=Germania+One|Noto+Sans:400,400italic,700,700italic"); ... But the resulting optimized file, *_all.css has: @import url("http://www.d-diferentes.com/themes/dd/css/grid_prestashop.css");@import url("http://www.d-diferentes.com/modules/parchedd/views/css/http://fonts.googleapis.com/css?family=Germania+One|Noto+Sans:400,400italic,700,700italic"); ... Where " http://www.d-diferentes.com/modules/parchedd/views/css/ " should not be and it is the URL of the original CSS file (in a module). Someone know what should be fixed, and how, to prevent that incorrect optimized @import url? TIA, Antonio.