Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,397
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by 30knees

  1. Did you by any chance get the dates to show? I did the edits but it shows as a date: 30-11--0001 Attached also the module in case anybody's interested. It's from: https://www.prestashop.com/forums/topic/47173-module-list-of-customer-out-of-stock-registrations/page/2/?tab=comments#comment-2008786 statsoos.zip
  2. Not with this module, no. There's Coingate, if you want to try them.
  3. I'm using this module and it works well: https://addons.prestashop.com/en/newsletter-sms/7484-newsletter-pro.html However, I'm trying to tailor the newsletter subscription pop up and I'm having difficulties with it. Does anyone use it and can give me some pointers? For example, this is their default pop up, which works. <div class="pqnp-popup-box" style="background: url('{module_path}views/img/front_subscription/popup.jpg') bottom left no-repeat;"><form id="{id.form}" method="POST"> <div class="pqnp-popup-form-group pqnp-popup-clearfix pqnp-popup-logo-box"> <div class="pqnp-popup-show-logo"><img src="{shop_logo_url}" /></div> </div> <div class="pqnp-popup-form-group pqnp-popup-clearfix pqnp-popup-title-box"> <h1 class="pqnp-popup-title">Be the first to know</h1> <h5 class="pqnp-popup-title-small">about our latest products and exclusive offers.</h5> </div> <div class="pqnp-popup-form-group"><label for="{id.email}">Email Address<sup>*</sup></label> <input id="{id.email}" class="pqnp-popup-form-control" type="text" name="{field.email}" placeholder="Email Address" /></div> <div class="pqnp-popup-form-group pqnp-popup-row"><!-- @if intval({display_firstname}) == 1 --> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12 pqnp-popup-xs-form-group"><label for="{id.firstname}">First Name{render_mandatory_firstname}</label> <input id="{id.firstname}" class="pqnp-popup-form-control" type="text" name="{field.firstname}" placeholder="First Name" value="{form.firstname}" /></div> <!-- @endif --> <!-- @if intval({display_lastname}) == 1 --> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12"><label for="{id.lastname}">Last Name{render_mandatory_lastname}</label> <input id="{id.lastname}" class="pqnp-popup-form-control" type="text" name="{field.lastname}" placeholder="Last Name" value="{form.lastname}" /></div> <!-- @endif --></div> <div class="pqnp-popup-form-group pqnp-popup-row"> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12 pqnp-popup-xs-form-group"><!-- @if intval({display_gender}) == 1 --> <label for="{id.gender}">Gender</label><select id="{id.gender}" class="pqnp-popup-form-control" name="{field.gender}"> <option value="0">- neutral -</option> {render_gender_options}</select><!-- @endif --></div> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12"><!-- @if intval({display_birthday}) == 1 --> <label for="{id.birthday}">Date of Birth</label> <input id="{id.birthday}" class="pqnp-popup-form-control pqnp-popup-birthday" type="date" name="{field.birthday}" value="{form.birthday}" /> <!-- @endif --></div> </div> <!-- @if intval({display_list_of_interest}) == 1 --> <div class="pqnp-popup-form-group pqnp-popup-row"> <div class="pqnp-popup-col-sm-12"><label>Shoping Preferences</label> <div class="pqnp-popup-row"><!-- @foreach {list_of_interest} as {item} --> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12 pqnp-custom-checkbox-col"><span class="pqnp-custom-checkbox"> <label> <input type="checkbox" name="{field.list_of_interest}" value="{item.id_newsletter_pro_list_of_interest}" condition-if="intval({item.checked}) == 1" checked="checked" condition-endif="" /> <span><i class="pqnp-icon-checkbox-checked pqnp-checkbox-checked"></i></span> <span>{item.name}</span> </label> </span></div> <!-- @endforeach --></div> </div> </div> <!-- @endif --> <div class="pqnp-popup-form-group pqnp-popup-row"> <div class="pqnp-popup-col-sm-12"><span class="pqnp-custom-checkbox"> <label> <input id="{id.terms_and_conditions}" type="checkbox" name="{field.terms_and_conditions}" value="1" /> <span><i class="pqnp-icon-checkbox-checked pqnp-checkbox-checked"></i></span> <span>I agree with the <a href="{terms_and_conditions_url}" class="pqnp-popup-button-link" target="_blank">terms and conditoins</a>.</span> </label> </span></div> </div> <div id="{id.error}" class="pqnp-popup-alert pqnp-popup-alert-danger pqnp-popup-error" style="display: none;"></div> <div id="{id.success}" class="pqnp-popup-alert pqnp-popup-alert-success pqnp-popup-success" style="display: none;"></div> <div class="pqnp-popup-form-group pqnp-popup-row"> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12 pqnp-popup-xs-form-group"><a href="javascript:{}" id="{id.subscribe}" class="pqnp-popup-button pqnp-popup-button-primary pqnp-submit-newsletterpro-subscribe">Subscribe</a></div> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12"><a href="javascript:{}" id="{id.unsubscribe}" class="pqnp-popup-button pqnp-popup-button-danger pqnp-submit-newsletterpro-unsubscribe">Unsubscribe</a></div> </div> <div class="pqnp-popup-row"> <div class="pqnp-popup-col-sm-8"><a href="javascript:{}" id="{id.destroy}" class="pqnp-popup-button-link pqnp-popup-button-sm-link pqnp-popup-button-link-dark">Don't show me this popup again.</a></div> <div class="pqnp-popup-col-sm-4 pqnp-popup-text-right"> <div id="{id.close_timeout}" class="pqnp-close-timeout pqnp-popup-text-sm" style="display: none;"></div> </div> </div> </form></div> I'd like to remove that one has to tick the terms and conditions box and simplify it. I tried that like this but the error message that I must agree with the terms and conditions: <div class="pqnp-popup-box" style="background: url('{module_path}views/img/front_subscription/popup.jpg') bottom left no-repeat;"><form id="{id.form}" method="POST"> <div class="pqnp-popup-form-group pqnp-popup-clearfix pqnp-popup-logo-box"> <div class="pqnp-popup-show-logo"><img src="{shop_logo_url}" /></div> </div> <div class="pqnp-popup-form-group pqnp-popup-clearfix pqnp-popup-title-box"> <h1 class="pqnp-popup-title">Be the first to know</h1> <h5 class="pqnp-popup-title-small">about our latest products and exclusive offers.</h5> </div> <div class="pqnp-popup-form-group"><label for="{id.email}">Email Address<sup>*</sup></label> <input id="{id.email}" class="pqnp-popup-form-control" type="text" name="{field.email}" placeholder="Email Address" /></div> <div class="pqnp-popup-form-group pqnp-popup-row"><span>We don't use your email for anything but the newsletter.</span></div> <div id="{id.error}" class="pqnp-popup-alert pqnp-popup-alert-danger pqnp-popup-error" style="display: none;"></div> <div id="{id.success}" class="pqnp-popup-alert pqnp-popup-alert-success pqnp-popup-success" style="display: none;"></div> <div class="pqnp-popup-form-group pqnp-popup-row"> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12 pqnp-popup-xs-form-group"><a href="javascript:{}" id="{id.subscribe}" class="pqnp-popup-button pqnp-popup-button-primary pqnp-submit-newsletterpro-subscribe">Subscribe</a></div> <div class="pqnp-popup-col-sm-6 pqnp-popup-col-xs-12"><a href="javascript:{}" id="{id.unsubscribe}" class="pqnp-popup-button pqnp-popup-button-danger pqnp-submit-newsletterpro-unsubscribe">Unsubscribe</a></div> </div> <div class="pqnp-popup-row"> <div class="pqnp-popup-col-sm-8"><a href="javascript:{}" id="{id.destroy}" class="pqnp-popup-button-link pqnp-popup-button-sm-link pqnp-popup-button-link-dark">Don't show me this popup again.</a></div> <div class="pqnp-popup-col-sm-4 pqnp-popup-text-right"> <div id="{id.close_timeout}" class="pqnp-close-timeout pqnp-popup-text-sm" style="display: none;"></div> </div> </div> </form></div> And I also tried this, but nothing happens, the email address doesn't register. <div class="pqnp-popup-box" bottom="" left="" no-repeat=""><form id="{id.form}" method="POST"> <div class="pqnp-popup-form-group pqnp-popup-clearfix pqnp-popup-logo-box"> <div class="pqnp-popup-show-logo"><img src="{shop_logo_url}" /></div> </div> <input id="np-popup-email" class="form-control" type="text" name="email" value="Email-Adresse" /><br /><strong><a href="#" id="submit-newsletterpro-subscribe" class="np-button submit-newsletterpro-subscribe">Anmelden<br /></a></strong><br /> <div id="ajax-errors-subscribe" class="alert alert-danger" style="display: none;"></div> <div id="ajax-success-subscribe" class="alert alert-success" style="display: none;"></div> Wir verwenden die Email-Adresse für den Newsletter und sonst für nichts. Du kannst Dich jederzeit abmelden. <br /> <a href="javascript:{}" id="newsletterpro-subscribe-close-forever" class="close-forever"> <br /><span>Den Popup bitte nicht mehr zeigen.</span> </a></form></div>
  4. Back when I used their module they had to tweak some things so it would work with tb.
  5. The way I do it is not to have any prices for the parent product and then only prices for the combination. That means the impact on the price of the parent is actual price I want to sell it for. That works quite well. Maybe it'll work for you, too?
  6. So far, ElasticEmail's support has been stellar. I really recommend them. I tried Sendinblue and they were awful in comparison.
  7. I set it up with SMTP settings, yes. I don't get bounced email statistics to the newsletter, but I can see them in ElasticEmail.
  8. Indeed - I need to try and remember what it was that I was recently looking for. Sorry!
  9. Combination prices would also be very nice, if as easy to implement. 🙂
  10. Wir schauen uns gerade https://www.billbee.io/ und https://www.buchhaltungsbutler.de/ an. Hat jemand hier zufällig Erfahrung? Buchhaltungsbutler sieht ganz gut aus, wir haben das kurz im Demo getestet. Man kann viele Buchhaltungsprozesse automatisieren. Bei Billbee sprechen wir gerade mit dem Support, um einige Fragen zu klären.
  11. What happens when a customer has two entries: one as a guest and one as a registered customer? Why is this even possible?
  12. Yep, works well! I set it up with ElasticEmail. I'm happy.
  13. Unfortunately, they refferred me to a one of their development partners to integrate the missing payment solutions. Perhaps if more people are interested we can get further payment options crowdfunded. Luckily for me, the important ones are already there.
  14. Yep, but Stripe has an interest in expanding the module's functionality. They said they're looking into it and will get back to me.
  15. I asked Stripe whether they could help adding more (their other) payment options to the Stripe module. Fingers crossed!
  16. Thanks for the update. I wonder why that is. I don't have any such issue with the native module.
  17. Try updating tb. I'm running bleeding edge and the latest version of Panda and don't have any double orders with Stripe 1.7.
  18. Yes, I understand that people need to be paid. I often purchase extended support. But telling me what their own error message means? That should be in the manual. Either way, in the meantime I've figured out that the error message is displayed when the shipping country (here, it was a French Overseas Department that Amazon apparently classifies as France) is not active in the shop system.
  19. 30knees

    New Panda Update

    The auto-update worked for me, too. I'm running bleeding edge.
  20. I thought I'd share some unfortunate, in my opinion, support experience with @Prestalia. I got their Amazon Sync module some months back, which I'm principally happy with. It's been smoother than @Common-Servicesmodule, which I switched from. However, I'm now suddenly getting an email from the module that says "error: country_not_active". I didn't change anything in my shop nor in Amazon settings. I checked their manual and the FAQ to find out what this exactly means. Unfortunately, the error message is neither mentioned in the manual nor the FAQ. So I thought I'd ask what the error message means. They replied that I can purchase an extension of their default 3 month support. I am more than happy to do so for 'proper' support. But simply telling me what the module's own error message means does not qualify as requiring paid support for me. This is rather something that's missing in their manual. Would be happy to hear what you all think. As an aside, developers whose modules I've purchased and where everything, including support, was perfect are: @datakickand @musicmaster. Thank you!
  21. Super, das macht es viel einfacher. Vielen Dank. 🙂
  22. Aha. Heißt das, dass es am einfachsten wäre, einfach den Steuersatz zu ändern und dann nächstes Jahr wieder zurück zu ändern (im Gegensatz zu meiner Vorgehensweise oben)?
  23. Falls für jemand hilfreich, der auch den verminderten Satz weitergeben möchte: Nach etwas experimentieren werde ich wie folgt vorgehen: 1. Neue Steuersätz (Tax rates) einrichten 2. Neue Steuerregeln (Tax rules) einrichten und mit den neuen Steuersätzen assozieren. 3. Die neue Steuerregeln den entsprechenden Produkten zuweisen, entweder über Prestools oder Datakick.
  24. Hier eine Diskussion dazu: https://www.prestashop.com/forums/topic/1024878-mwst-16-ab-172020/
  25. @DRMasterChiefDanke für den Hinweis. Werde mich weiter damit beschäftigen! @wakabayashiWohl prinzipiell eine Möglichkeit. Ich glaube, es kommt darauf an, wie genau man das handhaben will. Laut dem Link von @DRMasterChief: Muss mich noch etwas einlesen. 🙂
×
×
  • Create New...