Jump to content

mattprestashop

Members
  • Posts

    7
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Canada
  • Activity
    Other

mattprestashop's Achievements

Newbie

Newbie (1/14)

10

Reputation

  1. Exact. I can't believe an Online Shop Company release a new version, without payment module. Amazing.
  2. Looks basic and simple as it should be. Seems to work very well and fast. I will strongly consider your module when my product ready. Thank you to offer this module. Your faster than PS Team to update a PRIMARY MODULE. That's all in your honour!
  3. Well, if you have the time to make a demo store, it could be really appreciated. As you know, look and feel for buyers is very important. I looked at your sandbox, looks nicely done. I have been developer too few years ago for about 15 years, I have some bases . As said, the side I would like to see is the checkout step. What the buyers will feel once there using your module. I'm currently developing my product, and I'm in the final steps. I'm planning to sell it this spring. Could be interesting to test you module before that.
  4. Yes. Thanks for asking Sorry if i'm not clear. English isn't my primary language! Well, first I would like your email to talk about Braintree in case I have some questions in the future (maybe send me a pm). I will test the sandbox this weekend. For PS 1.7, I just don't get it. Actually when I go in the payment category for modules, they are no free payment methods. No CC, No PayPal, nothing. Can someone explain me who in PS Team decided to release a PS without payment modules ?? What's the idea? The most stupid idea I ever saw. I really wish someone to give me true explanations on that. From there.. with no free payment modules available, how can I test the 1.7 before fully use it?
  5. @bellini13 I just saw you have a sandbox on your website. I will try Braintree buddy. @mdekker could you please answer my questions above please
  6. Yes I know that. I'm not afraid to pay for a module if he worth it. But without trying it before pay it.. no. But my point is: Prestashop is for shopping website.. Before I had complete payment modules for everything. I can't imagine a shopping platform.. without payment module. Is it me or it makes no sense no? Is 1.7 will have modules for credit card or for every most common payments or not? I don't want to have to go with Shopify.. because right now.. that's what it will happen. If 1.7 cannot offer the minimum payment modules.. it's not gonna be beautiful for the Prestashop future.. that's what I feel, unfortunately
  7. Thanks for the reply. Well.. how i'am suppose to accept payments without PayPal? I mean it's the minimum. What are the options for me to accept credit card and all the things PayPal accept..
  8. Prestashop 1.7 - On the website they don't say almost all modules are not updated yet for the 1.7. And they don't say Paypal is not available. PAYPAL!!! ITS THE MINIMUM FOR A SHOPPING WEBSITE NO!?? JEEEZZZ!!!! WHAT A FAIL!!!!!!!!!!!!!!! I'm currently stuck! I made a clean install (removing the old version) of prestashop. I installed 1.7. The first thing I looked to install was the PayPal module.. After trying to search manually or with PayPal keywords in the back office module page, it seems to have no PayPal module in 1.7.. ???!!!??? And there is only 2 payment method available.. !??! I need details about that. Ii i also read 1.7 was Beta. I didn't know that.. Is the shop workable for a business or it is full of bugs? Grr..
  9. MMmm I dont remember the exact version because its been doin' a long time now I didn't worked on the website because its now close for an indeterminate time, but thats the version before the big PrestaShop update. Sorry for that. As mentionned above I made this mods for the previous version, before they make big changes to the design. Unfortunately I cannot help you right now as I closed the website and its been doin' many months I didn't look at the code so... Hope you will find, MAYBE someone here will be able to help you but as I saw people here are not very good in helping other people. Cheers!
  10. Thank you very much. Really appreciated. Keep me up to date on that test. Thanks a lot.
  11. Thanks. The site is not yet up because i'm still in conception & development for my products. However, I tested the codes and work 300%.
  12. Thanks for all the "developers" here for your NO help. Very appreciated (big sarcasm). I'm not a developer and I did the job myself. Big thanks again! I finally got it. All is working 100%. I will still share with you the solution.. I seriously asking myself if I keep it for me but this is an OpenSource hun.. so.. lets share! Probably someone will take this, make a module and sell them. lol !! I don't know what I have this morning but I'm not in a good mood! heh Anyways there you go! This codes have been tested with those ways and 100% work: guest register cart empty w/o newsletter subscription guest register cart empty w newsletter subscription guest register cart busy w/o newsletter subscription guest register cart busy w newsletter subscription for the newsletetr block its a separate way, see above. Here is the codes: /controllers/front/AuthController.php find: protected function processCustomerNewsletter(&$customer) protected function processCustomerNewsletter(&$customer) { if (Tools::getValue('newsletter')) { $customer->ip_registration_newsletter = pSQL(Tools::getRemoteAddr()); $customer->newsletter_date_add = pSQL(date('Y-m-d H:i:s')); if ($module_newsletter = Module::getInstanceByName('blocknewsletter')) if ($module_newsletter->active) //modification perso $iso_code = $this->context->language->iso_code; //regarde si le panier contient des produits //sert pour plus bas pour les redirect dans la processSubmitAccount en 5steps ou 1 step if (count($this->context->cart->getProducts(true)) > 0){ //si pas vide, redirigera au panier $cartStatus = "1"; $controller = "order"; }else{ //si vide redirigera sur la page du compte $cartStatus = "0"; $controller = "myAccount"; } { header('Location : http://www.terrafalkon.com/mailchimpAdd.php?controller='.$controller.'&multi-shipping='.(int)Tools::getValue('multi-shipping').'&email='.Tools::getValue('email').'&lang='.$iso_code.'&cartStatus='.$cartStatus.''); } $module_newsletter->confirmSubscription(Tools::getValue('email')); } } Now create a mailchimpAdd.php file and save it to the shop root folder <?php $controller = $_GET['controller']; $multishipping = $_GET['multi-shipping']; $email = $_GET['email']; $lang = $_GET['lang']; $cartStatus = $_GET['cartStatus']; if ($lang == "fr"){ $mcRedirect = "http://terrafalkon.us3.list-manage.com/subscribe/post?u=c359ee5586ec3a3f41b7304&id=e4a7eeae&EMAIL=$email"; }elseif ($lang == "en"){ $mcRedirect = "http://terrafalkon.us3.list-manage1.com/subscribe/post?u=c359ee5586ec3a3f41b7304&id=b699babb&EMAIL=$email"; }else{ $mcRedirect = "http://terrafalkon.us3.list-manage1.com/subscribe/post?u=c359ee5586ec3a3f41b7304&id=b699babb&EMAIL=$email"; } if ($cartStatus == "1"){ $backToshop = "index.php?controller=$controller&multi-shipping=$multishipping"; }else{ $backToshop = "index.php?controller=$controller"; } ?> <!doctype html> <html> <head> <meta charset="UTF-8"> <title>Redirection..</title> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> <!-- redirection security if the mailchimp page doesnt load) --> <meta http-equiv="refresh" content="15000; url=<?php $backToshop; ?>" /> <!-- redirection after the iframe url is loaded --> <script language="javascript"> function redirectOnComplete(){ window.setTimeout(function () { window.location.href = "<?php echo $backToshop; ?>"; }); } </script> </head> <body> <iframe onload="redirectOnComplete()" width=0 height=0 marginwidth=0 marginheight=0 frameborder=0 name="mcframe" id="mcframe" src="<?php echo $mcRedirect; ?>"></iframe> </body> </html> The redirection will be executed only if the website into the iframe have been loaded completely. If the MailChimp page don't want to load, I added a security in the meta. The page will be redirected after 15s. Thats it.. thats the only way right now I found. Passing variables thru an other page and then redirect to the proper page. Don't forget to change the $mcRedirect by YOURS, and don't test the codes as it right now because I modified my $mcRedirect to not get spammed by people here. you can try it on my website as soon as I open it. Cheers! Oh last words, if someone make a module with that.. hope you will be enough honest to let me know. And sorry for the french comment, sometimes I wrote my php comments in french and sometimes in english.. lol
  13. Hummm… ok.. HELLO!? Cannot believe no one can help me.. cmon. I took the time to make a well presented topic! Seriously.. need help I open the shop in about 3 weeks. I'll try again today I don't want to spend all the time on that newsletter new customers registration. I'm pretty sure thats a little thing. As I'm not very familiar with this code structuration its frustrating for me right now. Thanks.. AGAIN!
×
×
  • Create New...