-
Posts
39 -
Joined
-
Last visited
-
Days Won
1
Peejay last won the day on April 27 2017
Peejay had the most liked content!
Contact Methods
-
Website URL
http://www.pieterjanmaes.be
Profile Information
-
Gender
Male
-
Location
Dendermonde, Belgium
Recent Profile Visitors
2,608 profile views
Peejay's Achievements
Jr. Member (3/6)
42
Reputation
-
Peejay started following SnipWire - Snipcart integration for ProcessWire , Padloper 2 Documentation , Release: Padloper 2 Alpha/Early Beta and 2 others
-
Peejay changed their profile photo
-
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