Jump to content

alexm

Members
  • Posts

    669
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by alexm

  1. @kongondo where is best to submit a list of things I find. These aren't necessary issues, so didn't know if you want them submitted to Github as that's the frontend shop. One I have in mind is that I have a product with 711 variations (ridics I know) and I know we've discussed this before with your Variations module, which is integrated into Padloper 2 in a new form. But i'm wondering if you kept the pagination feature as my variations all show as one huge list.
  2. @szabesz same for me. Excited to give it a spin! ?
  3. @Roych No, you're not missing anything I don't think. @kongondo has been working on the docs and also putting together the repository and will then update everyone who registered interest via email I do believe.
  4. @kongondo Gold baby! Digging for gold ?
  5. This! So it's not going to function as a front end store in the short term. Why would one do such a thing when I could wait and use something as delicious as PadLoper. Haha. It will be simply so invoices can be created quickly from the relevant stock items. It's my fault for not explaining in more detail. By all means, jump in and take a look. I'll fire over details once I've uploaded it in a mo ?
  6. SORRY! Missed your reply. My bad. 1. It is the product itself. 2. It does. 3. Yes, that would also be fine as it's a combination of 2 attributes. So it could just be Small Lilac like you say all in one column.
  7. I have indeed expressed interest! ? Yup! Haha, mad. I've uploaded an example of the amount of colours for one T-shirt and the various sizes available, for your enjoyment ha. Insane. So those have all been added. Yeah so, I've not made it clear that I meant when editing the page like a donut. See screenshot with red arrows. I have added hook so that when the page is saved and a quantity has been entered for that row it grabs the price from the related product (col 1) and then adds it to the price field and calculated the line total. It would be awesome if there were a way to either output the available variant sizes and colours as separate selects say, or as one join column called variations. I applaud your efforts, patience and skill! It looks and sounds phenomenal based on the ongoing discussion in the PadLoper thread. Imagine if you drop it on Christmas... We could call you Santa? ?
  8. @kongondo I'll end up scrapping this setup once PadLoper is ready in the long run as I know it doesn't use pages now. So this is only a bridge really and there is no need to part with too much of your time considering this if it simply isn't straight forward. Thank you for your time.
  9. @kongondo thank you for that. That means my set up is the best setup based on the way it works! Great work by the way!! ? I saw this in the product video demo way back! Great job again. Looking forward to hopefully testing alpha, if you approve and supporting the amazing task you've undertaken as and when purchasing is available. e.g. One has 396 variations Table not PageTable. Effectively I'm using it to create a kind of invoice page and the table acts as the items to invoice. I have a PageReference field which grabs a product. It would be awesome to be able to either, grab the product variation (though they aren't I understand that they aren't pages, so that is ruled out), then I could grab the associated information such as sizes and colours available. Then I thought that perhaps another way would be to grab the available variations for a Referenced page in the PageField and then output a dropdown of options to make it easy to pick. To be honest though, it's not a whole lot of effort to just type XL and Blue in 2 text fields failing there being a solution that you can see.
  10. @kongondo I've got a work around, or solution the way I see it. Add a column called available and then just have all colours and sizes added and then just set "available" to false on the ones that aren't applicable. Would there be any performance impact with this. I can't seem to think of a better way other than having a lot of variation configurations.
  11. Hey @kongondo just purchased this as I need to produce a kind of catalogue website for clothes and this seems to make life easier than adding lots of product-variation pages. A couple of questions though. Due to the fact that nearly every product has different combinations of sizes or colours, does that mean I have to create a new variation configuration for each item? Also I'm using ProFields: Table on order pages where the user can pick a product. Would there be any way of pulling in the product sizes into a field on the PageTable/have you ever tried anything similar. As there is (obviously) not a field type for Variations with ProFields Table, I guess perhaps a hook could work? Many Thanks
  12. @kongondo so keen to get involved with the alpha release if possible! Got some projects that I’ve always held off on with the e-commerce aspect, knowing that I’d rather keep my clients onboard with processwire and the new evolution of padloper. Exciting!!! ??
  13. @update AG assuming you've tried a different browser and/or a private window so you know there is no issue with cookies? Have you enabled DB session handling? Or are you using the default file based system? If the latter you should see that the relevant files are created here: /site/assets/sessions/ I'm wondering whether anything else could have a strange effect like the wrong url in httpHosts array in config.php or perhaps a rewrite condition in .htaccess? like https or www.
  14. Not tested, but you could try: $f = $form->getChildByName('register_referralmode'); $f->required = 1;
  15. Has anyone else noticed that if you create a visibility condition for page reference fields assigned to the 'user' template that when you save the user the selected pages don't get saved? I feel like I've seen a topic about this before, but can't seem to find it. Either way, it seems to be a bug with user templates?
  16. @netcarver There wasn't no. I did check this. It's now resolved. I dug around for a bit, and then considered whether the person I'd handed the site off to had unpackaged everything properly. After re-uploading the package and connecting it all up on their server for them it's working. Something must have been missed, or perhaps they used FTP to upload and a file got skipped. Thank you for your response though ?
  17. Has anyone seen the following error. I've not ran into this particular error before and can't figure out what's causing the issue. Notice: Undefined property: ProcessWire\ProcessWire::$hooks in /var/www/vhosts/domain.co.uk/httpdocs/wire/core/Wire.php on line 371 What the… Fatal Error: Uncaught TypeError: Argument 1 passed to WireCache::preload() must be of the type array, null given, called in wire/core/ProcessWire.php on line 503 and defined in wire/core/WireCache.php:149 #0 wire/core/ProcessWire.php (503): WireCache->preload(NULL) #1 wire/core/ProcessWire.php (304): ProcessWire->load(Object(Config)) #2 index.php (52): ProcessWire->__construct(Object(Config)) #3 {main} thrown (line 149 of wire/core/WireCache.php) Thanks in advance for any help ?
  18. Digging around in logs, I think I've managed to figure what's happening. If you type a URL on Facebook rather than paste the complete correct URL, it tries to request the URL as you type. So until the full, valid URL is completed it's trying to request a page that doesn't exist.
  19. @wbmnfktr Ah awesome, thank you! That's a great post. I've taken those steps now as they definitely seem like good additions!
  20. Perfect! Cheers @horst Jumplinks looks to be perfect for monitoring it. If it's anything of interest, I'll report back. Otherwise thankyou and have a good evening!
×
×
  • Create New...