-
Posts
39 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Peejay
-
A project I worked on the beginning of this year. Simple website with great content. Used the Repeater Matrix Field to define custom content blocks so the client has a few options to build nice content pages. https://volstok.com/
- 1 reply
-
- 14
-
Hi, I use this module to import a collection of clothes. I use the FieldTypePage in my product template for the sizes. If the size page title/name is a number the import script can't find the page and I get te following error. FieldtypePage: Unable to locate page match for: 128 ProcessWire 3.0.158 dev ImportPagesCSV 1.0.8
-
module SnipWire - Snipcart integration for ProcessWire
Peejay replied to Gadgetto's topic in Modules/Plugins
@Gadgetto, For now the performance is OK! I'm still in testing mode. In two weeks I put the site live and when I have some orders I let you know how the performance is! Pj- 231 replies
-
- shopping cart
- snipcart
-
(and 2 more)
Tagged with:
-
module SnipWire - Snipcart integration for ProcessWire
Peejay replied to Gadgetto's topic in Modules/Plugins
Hi @Gadgetto, Worked like a charm! Thanks for the support!- 231 replies
-
- shopping cart
- snipcart
-
(and 2 more)
Tagged with:
-
module SnipWire - Snipcart integration for ProcessWire
Peejay replied to Gadgetto's topic in Modules/Plugins
Hi @Gadgetto, Thank you for this great module, currently I'am using it for a test-case. When I updated with your recent version I get the following error when I want to navigate to the dashboard / products page: Fatal error: Uncaught ProcessWire\PageFinderSyntaxException: Field does not exist: snipcart_item_id in /Users/macbookweb014/Documents/BB/localhost/wetthrasport/wire/core/PageFinder.php:1272 Stack trace: #0 Can you help me fixing it? Do I need to create a snipcart_item_id field? Thanks in advance! Kind regards, Peejay- 231 replies
-
- shopping cart
- snipcart
-
(and 2 more)
Tagged with:
-
It seems that the "Skip it" and "Modify the existing page" features don't work anymore. Is someone having the same issue? Working on the newest .dev version: PW 3.0.144
-
Hi Bram, Did you find a solution for it? I'm looking also for an option to import products in the same way.
-
module Recurme – Processwire Recurring Dates Field & Custom Calendar Module.
Peejay replied to joshuag's topic in Modules/Plugins
Hi @DonPachi, I'm having the same issue, how did you solve it? -
Had the same issue, deleting the cache worked out for me.
-
There was an issue with "inputfieldButton" in PW 3.0.109. Ryan fixed it yesterday, I pulled the fix en now the issue is resolved. https://github.com/processwire/processwire-issues/issues/653
-
Never mind, It's not an issue in the module. Last weekend I updated my MAMP. ? On my online server the module works! Thanks for your help! ?
-
When I use 1 or more tabs I have the same error. Indeed, I also tried the wiretabs-example.php
-
$inputfields = new InputfieldWrapper(); //--------------------------------------------------- $general = [ [ 'name' => 'site_name', 'label' => __('Site Name'), 'type' => 'InputfieldText', 'required' => true, 'value' => '', 'useLanguages' => true ], [ 'name' => 'email_address', 'label' => __('E-mail'), 'type' => 'InputfieldEmail', 'required' => true, 'value' => '', 'columnWidth' => 33 ], [ 'name' => 'telephone', 'label' => __('Telephone'), 'type' => 'InputfieldText', 'required' => true, 'value' => '', 'columnWidth' => 34 ], [ 'name' => 'facebook', 'label' => __('Facebook'), 'type' => 'InputfieldText', 'value' => '', 'columnWidth' => 33 ] ]; $tab = new InputfieldWrapper(); $tab->attr('title', 'General'); $tab->attr('class', 'WireTab'); $tab->add($general); $inputfields->append($tab); return $inputfields;
-
Hi gmclelland, Thx for your fast reply ?. I tried your module with only inputfields (like your example kitchen-sink) and then there is no problem. But when I use your "wiretabs" example then I get the error.
-
Hi, After updating to PW 3.0.109 i get the following error: Error: Call to a member function attr() on null in .../site/assets/cache/FileCompiler/site/modules/SettingsFactory/ProcessSettingsFactory.module on line 137 Can't figure out, what's going wrong :s
-
Are there already European developers implementing GDPR in their websites ? The European regulation will be obliged by 28/05/2018. What is it? https://www.eugdpr.org https://en.wikipedia.org/wiki/General_Data_Protection_Regulation It will be obliged to encrypt all personal data fields (name, email, phone, address, ... ) from users, and communicate about it. It would be interesting to implement an encryption setting for fields, just like the password field. That way all data in a database will be useless, unless you have a decryption key. I Think it's some stuff to think about, too meet the European regulation and to make Processwire even more secure.
-
Module Wire Queue, basic implementation of simple queues
Peejay replied to horst's topic in Modules/Plugins
Hi, I want to test this module but I have multiple errors with an install on the latest master version of Processwire (3.0.61): https://github.com/horst-n/WireQueue/issues/2 (the solution of @netcarver worked!) Next I have an error on line 533 in de WireQueue.module ( Call to undefined function wireMkdir()) : I changed it "wireMkdir()" to mkdir() When I want to make a Queue and I select a wire_queue_type and save it I get this error: Error saving field "wire_queue_type" - Page 1031 is not valid for wire_queue_type (Page 1031 does not have required parent 1016) Can someone help me with this, or is there a new version on his way? -
Hi mrkhan, You have to fill-in "ar" in the arabic name field on the home page.
-
Hi, I wan't to send a generated PDF with in an email attachment. To sent the email, I have to generate and save the PDF file. I' don't need it afterwards, zo I want to remove the generated PDF after some time. In the documentation i found there's a tempDir() method, but I can't get it to work. I use the dompdf library to generate a PDF This is my current test code: $dompdf = new Dompdf(); $dompdf->loadHtml('hello world'); // (Optional) Setup the paper size and orientation $dompdf->setPaper('A4', 'landscape'); // Render the HTML as PDF $dompdf->render(); $wireTempDir = files()->tempDir('test'); $output = $dompdf->output('test.pdf'); file_put_contents($wireTempDir, $output);
-
I'm proud to present you: "The Crafters" Premium cocktails from Belgium! Enjoy! https://www.crafters.be/ (Front-end build with https://semantic-ui.com/)
-
When I take a look in a PW database I see this: pages are stored in “pages", templates are stored in “templates", sessions are stored in “sessions", forms are stored in "forms” (form builder), ... I want to make a website with a large catalog (1.5 million products). I don’t want that the products are stored in “pages” table in the database, but in the “products” table. Is this possible in PW? End will I maintain the same options, then when I store all products in “pages”? Some advice would be helpful! Kind Regards, Peejay
-
Your solution worked! I wil see what happens when I place the website online. I found a little issue: The download link doesn't work when the secure fieldtype is used in the user template file. You get this link: {your site}admin/access/users/?id=41&ftsd=document_1.pdf (-> then you go to the users list) But when je place "edit" after users/, the download link works!: {your site}admin/access/users/edit/?id=41&ftsd=document_1.pdf Cheers!
-
Hi, Does anyone know if it's possible to set the "Email Body" in multiple languages?
-
@Macrura, Thanks for your solution, it works!