I recently wrote a small carbon offset calculator using PHP, for a customer.
The user enters how much CO2 they use, and the script calculates how much this will cost to offset.
This amount is therefore completely variable.
Although not in the spec, the customer now wants to an "Add to cart" button, so this gets added to an Actinic cart, which they already use elsewhere on their site.
Does anyone have any ideas please on how I could implement this?
I've never used Actinic before, but I'm impressed, it looks like a really powerful tool for people with no programming experience
Many thanks in advance for any help
The user enters how much CO2 they use, and the script calculates how much this will cost to offset.
This amount is therefore completely variable.
Although not in the spec, the customer now wants to an "Add to cart" button, so this gets added to an Actinic cart, which they already use elsewhere on their site.
Does anyone have any ideas please on how I could implement this?
I've never used Actinic before, but I'm impressed, it looks like a really powerful tool for people with no programming experience
Many thanks in advance for any help
Comment