Jump to content

alexm

Members
  • Posts

    705
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by alexm

  1. 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 ?
  2. 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.
  3. 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? ?
  4. @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.
  5. @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.
  6. @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.
  7. 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
  8. @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!!! ??
  9. @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.
  10. Not tested, but you could try: $f = $form->getChildByName('register_referralmode'); $f->required = 1;
  11. 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?
  12. @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 ?
  13. 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 ?
  14. 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.
  15. @wbmnfktr Ah awesome, thank you! That's a great post. I've taken those steps now as they definitely seem like good additions!
  16. 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!
  17. Does anyone else get a lot on /http404/ from crawlers like facebook? See screenshot. I'm just trying to think why I'd be getting so many and replicate the issue.
  18. @jacmaes Wicked, glad it sorted it for you too. I'll file it now
  19. Ok got it. There needs to be a 5th parameter passed of 1 so that the day selected is the first of the month otherwise it's getting a day that doesn't exist and skips over onto the next month. strftime($monthFormat, mktime(0, 0, 0, $n, 1))
  20. I've narrowed it down to line 93 of InputfieldDatetimeSelect.php strftime($monthFormat, mktime(0, 0, 0, $n)) All ints from 1 - 12 output the relevant month abbreviation except for 2 which outputs March. No idea why though currently.
  21. I've got 2 March's instead of Feb, March. Screenshot attached. Anyone else noticing this? PW 3.0.180
  22. alexm

    SeoMaestro

    @sz-ligatur that's perfect thank you!
×
×
  • Create New...