I just finished adapting the plugin for Kirby 2.
You can test the demo here: http://cartkit.dsply.fr/
And even clone the github repo: git clone --recursive https://github.com/dsply/cartkit.git
link repo: https://github.com/dsply/cartkit
It remains to put the links in ajax ( + / - / x ).
Maybe also add Tax.
Thanks for this plugin, @dsply! Iâve been testing this plugin and I have a question.
I have two separate prices for the same item, depending on whether or not the member buying the item is in a special member group- one price is USD $10.00 and the other is USD $5.00. Both prices are different, but are for the same event UID. When I update the quantity of one price, the other also changes as well- I do not want this. I want the prices to be independent of each other. Iâm attaching a photo here so you can see what I mean:
Can you explain how to make sure the quantity of each price does not always update when the other price is selected? For example, I would like to have 1x normal registrations, and 3x special member discounts- not 3x of each. How can I do this with the same event ID but different product prices?
Iâm sorry I cannot contribute since my coding capabilities are not sufficient.
However, I would like to contribute an idea for improvement: The possibility to enter a discount code in âYour Cartâ page that would, for example, reduce the price of the goods in the cart by 50% or so.
I tried Cartkit and I think there is a security problem.
Changing
<input type="hidden" name="amount_x" value="y">
using Firebug or similar I pay for products with their âfake pricesâ in Paypal landing page.
I think you have to develop same kind of prices control before Paypal redirecting (saving cart into a database or file, using amounts in Session/Cookie,âŠ)
Iâm triying to add a âvariantâ function to Cartkit. With variant function I refer to the possibility of two different prices to the same product.
Hi there
I really want to use this starterkit but i canât install it ! I have already used kirby so I know how to install it.
I have MAMP. I have downloaded the zip file from github and put every files into the âwwwâ file of MAMP (with htaccess), but when I open the âCartkit-masterâ folder, I just see a blank page. What is wrong ? Is this plugin already obsolete ?
May I kindly ask you to stick to English in this forum? While I do understand French a bit, others might not, while your conversation might also be interesting to other users. Thanks a lot
Are there any files in your kirby and panel folders? If you just downloaded the repo zip and unzipped it, the kirby and panel folders will be empty. Then you need to either initialize the submodules using git, or replace those folders. You donât have to rename the cartkit-master folder (but you can, of course, name it anything you want).
BTW. You might also want to have a look at ShopKit.
Texnixe, Iâm very sorry, I just eplained exaclty the same thing in French.
And finally, you were both right, I did a big newbie error, my two folders were emptyâŠIâm surprise to fall into a trap like that, I think this wasnât really clear in the doc.
So, thank you both. Dsply, youre plugin is exactly what I was looking for. It is amazingly helpfull. Contrary to ShopKit, this one is simplest.
A last question : did you finally resolve your âtaxeâ problem ? Because for me it is not. Why do we just put the price with the taxe already (TTC = in french, with all taxes) instead of doing this into the form ?