Jump to content

Jan Fromm

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Jan Fromm

  1. Hi @kongondo, I have just tested this with the latest update. I can still add non-enabled products to the cart and order them.
  2. Hi @kongondo, This explains a lot, thanks for that!
  3. To explain my issue: I have about 120 digital products (fonts). Each of the products can be purchased for 3 license types, each of the license types has different factors based on the volume of usage. I could map this with product variations. But I would have over 4000 in total - a nightmare to create and maintain. On top of that, the product variations only differ in price, the rest stays the same. My idea is to create only the 120 basic products in the backend. In the frontend one would select (Padloper-independent) the product, the license type and the license volume. This information would then be passed to a PHP file that adds the product to the cart, and uses a hook to calculate the price and change it accordingly. I don’t need an add-to-cart form for this, but would rather do it like this: $cart = $padloper->getCart(); $cart->addProduct($product); Unfortunately, using this syntax doesn’t work. If anyone has any tips to point me in the right direction, I would be incredibly grateful.
  4. Is it possible to add products to the cart without the card-add form, but with a simple php wrapper instead? Something like this: $cart = $padloper->getCart(); $cart->addProduct($product); I remember that this once seemed to work with Padloper 1: Any hints are appreciated – thanks!
  5. @kongondo No big deal, just FYI: Found out that the checkbox »Enabled« (If unchecked, customers will not be able to buy this product.) on shop/products/edit has no impact at all. You can buy this product, no matter if checked or not.
  6. I have also seen that error, but can’t reproduce it. I deleted the cookies in the meantime, and the error was gone. Will do!
  7. Just checked again, it works. You were right, the ROW shipping zone is to blame. Thanks for finding out!
  8. I deleted the ROW shipping zone, this also removed it from the General Settings. The error still remains.
  9. Thanks for checking it out, @kongondo! Then I sit back and wait patiently for the update. One question to be sure: Is the ROW shipping zone mandatory? I just removed that zone for a moment, and I get the same error.
  10. Hi @kongondo, You can find the site here. It’s just a naked PW installation in order to test Padloper 2.
  11. I am getting a similar error at checkout: Call to a member function find() on null in site/modules/Padloper/includes/helper/PadloperUtilities.php:1505 I created my setup according to the documentation. I have countries with tax rates, shipping zones with countries, one digital product. Handling fee is none and shipping fee is 0. I use the built in checkout form. The order is saved, but it is empty – no product, no customer email, no shipping country. Any idea where I can look into this?
  12. I’m bulding a small webshop with Padloper where i will have around 500 products, each with a lot of variations. These are digital products for download. Setting up the variations with PageTable is quite a mess. That’s why i’m considering using Variations for that. @kongondo in this post you mentioned: Does that mean that the download field can not be included? Thanks, Jan
  13. This sounds very interesting. Is it possible to use Variations for downloadable products?
×
×
  • Create New...