-
Posts
7,529 -
Joined
-
Last visited
-
Days Won
161
Everything posted by kongondo
-
Supplementary to our conversation via PM, please also see this topic:
-
Hi J, This is a very good suggestion. Please check your PM. Thanks.
-
Hi @joe_g, In-built discounts feature is a planned feature. For now, you can achieve this via a Hook. This is not a good way to do it, as you have now found out ?. Implementation will (for now) be via a Hook. Before this though, you need to make a decision about the logic. For instance: Is the discount applied before or after tax? Is it applied (if relevant) pre- or post- shipping costs? This is especially relevant for 'fixed discount' type. Are you applying the discount automatically at checkout or via processing a form with an input(s) for discount code(s)? If the latter, you will need to process validity (e.g. discount available on system and is not expired, etc) and limits (e.g. used once only). How to manage the 'siblings' logic. Once you have the above decided, you can implement the logic by hooking into the 'price' during checkout. An example is provided in the docs here.
-
Stripe error at final step purchase
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Cool! Glad you got it sorted! -
Hi @gebeer, I cannot remember why I don't support it. I think it is just an oversight on my part. I will add this in the future. I used to have one in the docs but I cannot find that page now. I must have deleted it by mistake! Sorry. Better to add 'FieldtypeCheckbox' in the array in 'MediaManagerUtilities.php' around line #1814 (in the method allowedFieldTypes()). This is where I'll add it in a future release.
-
Console error on pay screen with stripe
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Yes. The folder /site/modules/Padloper holds all Padloper modules. It is the parent folder for all Padloper modules including a module called Padloper ? as. you have undoubtedly found out. -
Stripe error at final step purchase
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hey @joe_g, I've just tested on my demo site and it works fine. I don't think Stripe would authorise a payment below $0.50 US anyway (CHF 0.10 is $0.11 US). Those have to do with Stripe itself. They inject the JS to build the Web Element. I have never been able out if I am able to 'mute' them. I'll see what I can do about this. -
Great catch! Will fix for next release, thanks.
-
Custom form not changing
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Exactly! It is a schema. Yes, you are right. Good idea. I had the same thought only yesterday ?. Just to be clear though, that markup is just a demo and not a requirement as developers can use any templating and markup strategy that they want. -
Where can I find the addons?
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
No worries. Yeah, I made the video to demo possibilities. I should have been clearer that those addons were just demos and not official Padloper addons. -
Quantity not decreasing when sold product
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hi @joe_g, Yes, inventory has to be tracked for stock to decrease. This happens as soon as a payment is confirmed and checkout completes. You cannot delete a thread unless you are a moderator. But let's keep this thread in case it helps the next person ?. -
Flutter has been busy ?. Announcing Flutter 3.3 at Flutter Vikings Flutter Casual Games Toolkit (YT Quick Start Video) Introducing the Flutter News Toolkit Wonderous: Explore the World with Flutter: A reference app that shows how to develop tailored UI using Flutter (source code on GitHub) Announcing Flutter Forward: Register for the next Flutter event, streaming live from Nairobi, Kenya (25 January 2023)
- 35 replies
-
Custom form not changing
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hi @joe_g, The template file checkout.php does not control the form layout or inputs. For that, you need to use the template partial checkout-form-customer-details-html.php. Here's the one for demo-1 and here is one for demo-5. This is the inbuilt Padloper order customer form. I don't understand how and why this would affect your checkout process. Please explain. Thanks. Apologies that the documentation is still very sketchy! -
Proceed to confirmation not proceeding
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hello @joe_g, Apologies. I updated demo-1 checkout form template file earlier but forgot to also update the template partial for customer details form. I have now fixed this. I will also need to fix those for demos 2 - 4 (inclusive). For info, please see the docs for allowed form inputs. Your 'country' <select> needs to have name='shippingAddressCountry'. -
Where can I find the addons?
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hello @joe_g, You need to create your own addons (although the inbuilt Payment Gateways - Stripe, PayPal and Invoice, are internal/core addons). Yes. I'll issue a fix so that you get a meaningful warning/error message if you don't have that folder created. -
Error after checkout, right when about to buy
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hi @joe_g, Per our discussion, your issue is identical to the one reported in this thread: Specifically, the deprecated form option 'equivalent_padloper_input_name'. I will update demo-1 to reflect this. -
Error after checkout, right when about to buy
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hi @joe_g, You need to create a shipping zone, edit it and add at least one country to it :-). In this case, Netherlands. Screenshots Edit shipping zone to add country(ies) to it Countries in each shipping zone are shown in the shipping zones dashboard More info here in the docs. -
Stuck in a loop on installation v0.0.5
kongondo replied to alexm's topic in ProcessWire Commerce (Padloper) Support
Hi @alexm. Thanks for letting me know. I might have to speak to Ryan about this one as I have no clue where to look. I'll focus on it over the hols. Cheers. -
Error after checkout, right when about to buy
kongondo replied to joe_g's topic in ProcessWire Commerce (Padloper) Support
Hi @joe_g. Sorry about this. Could you please confirm that Netherlands is also added to a shipping zone? The error tells me that possibly a shipping country was not found. Irrespective, I need better error handling. -
Hi @joe_g, Thanks for the purchase! Thanks for bringing these to my attention. I have been testing with PHP 8.1. I'll test with 8.2 to fix these (and possibly other) bugs. Do you mean ProcessWire or Padloper? If the latter, what 'pages' view is this? Also noting here that I have seen your other support questions. I'll get to them as soon as possible. Many thanks.
-
Glad you got it sorted! ?. By the way, I know there are some CSS issues that need fixing. Something changed in ProcessWire that is messing up the page selections. I have accepted a PR for this in the Project in GitHUb and will be merging with dev 0.28 this week now that you have confirmed 0.28 works. Thanks.
-
Hi @GEN-, Thanks for clarifying. Did you see my response above about this with respect to the option default_title?