Jump to content
thirty bees forum

Kleijn36

Members
  • Posts

    121
  • Joined

  • Last visited

Posts posted by Kleijn36

  1. The last few days i have a lot of unwanted customer registrations. It  looks that there are some registration bots running, i blocked the IP's but stil new unwanted registrations. In the last name they register a www. domain, how to block this? Is there a solution too not accept "www." in the last name registration?

    Screenshot_2019-04-22 Beheer uw klanten • Drank Expert.png

    • Like 1
  2. It takes time and it depends on what you sale. We are now 1,5 years live online and my experience is that i get the most sales from product dat are not longer produced (market is getting empty) and limited releases, with these products my site is on the first page of google. Products that you find anywhere online are hard too sale or you have to invest a lot of money in adwords.

  3. I know @lesly but what when for example DHL has a new release (plugin) with more deliver options and they not release a 1.6 or a TB version in the future. We cant use it.

    What will be your solution?

    • Like 1
  4. The concerns for the future are not only Mollie. What about other API's for example Sendcloud (shipment API) or DHL. You can count on it that they not will not release a new version when Presta Shop 1.6 is in maintance (30 June 2019). The old version keeps working but we cant use the new functions that they will provide.

    Thirtybees works geat but what will be the solution for all the api based on 1.6

  5. Here also still no problem with mollie 3.3.2 My biggest concern is with all Payment Service Provider (and other API/ Plug-Ins) will they update their api for 1.6 after 30 June 2019 (the maintiance date for presta 1.6) and will it keep working.

    Iff they al leave 1.6 for what is and no longer support or update their API/Plug-Ins we all have a huge problem in the near future.

     

  6. Not tested this version, still running Mollie Payment Module v1.3.0 works smoothly. My experience with mollie is overall good.

    The latest version for Presta V3.1.0 2018/7/4 is made by @mdekker https://github.com/mollie/Prestashop/releases Compatible with PrestaShop: 1.5.x.x 1.6.x.x 1.7.0.x - 1.7.4.x

  7. Found a way to handle this: Edit the order before status is set to "preperation"

    status Payment disable :Allow a customer to download and view PDF versions of his/her invoices. disable :Attach invoice PDF to email.

    Preparation: enable :Allow a customer to download and view PDF versions of his/her invoices. disable :Attach invoice PDF to email.

    Shipped enable :Allow a customer to download and view PDF versions of his/her invoices. enable :Attach invoice PDF to email.

  8. That is exactly the problem, if i leave “Allow a customer to download and view PDF versions of his/her invoices” enabled the dilivery slip is oke but the customer can download the invoice from their account. Official we are not allowed to edit an already created/send /downloadable invoice and that is what the order management module does, it updates the already created invoice. That is no problem as long as it is not visible or downloadable for the customer in this stage of the order process.

  9. @Baarssen This was a clean install of 1.0.5, still the same problem. It looks like that the delivery-slip.payment-tab.tpl file is getting the informatiom from orderinvoice table. "{foreach from=$orderinvoice->getOrderPaymentCollection() item=payment}" The problem is that iff no invoice is created the the TPL file cant collect the payment from that table with the order ID.

  10. @Baarssen No solution yet.

    @toplakd Clean ThirtyBees, data imported with the module MigrationPro. Iff i enable "Allow a customer to download and view PDF versions of his/her invoices" the delivery slip is correct. It looks like as long as no invoice is created the preperation cant make the correct delivery slip. Tested it on transformer and community theme, both same problem. I will test tonight 1.0.5 without data imported and community theme.

  11. I have a big problem with the order/statuses. I want TB to create/send the PDF invoice when order is placed on the status “shipped” after I had a chance to modify the order. When I deselect all the PDF invoices in orders/statuses “preparation” I get a delivery slip with the complete payment history (payment method and amount) of my shop. 0_1529883489889_Order Preperation.jpg0_1529883509082_delivery slip.jpg

  12. I'am looking for a Order Management "Module – Edit Order" to edit order after payment is accepted. Change QTY or add a product to an existing order etc etc. Does someone run an order edit module on TB? Globosoftware has a module but dont know if it is compatibel with TB http://www.globosoftware.net/prestashop-modules/prestashop-order-management-module-edit-order/

  13. This is how i handle it, We have a shop with a POS system what is the main inventory. For update the Thirtybees inventory set quantities of the whole DB to zero. In the Db run Query "Before testing make backup of the DB!!!"

    UPDATE tb_stock_available SET quantity=0; UPDATE tb_stock SET physical_quantity=0; UPDATE tb_stock SET usable_quantity=0

    After that i upload the CSV with the new stock. Don't forget to rebuilt the index. PREFERENCES/SEARCH

×
×
  • Create New...