Search results
26 lis 2023 · A collection of promotional code generators implemented in Flask and FastAPI, featuring both basic and advanced versions.
- Recently Updated
Recently Updated - promo-codes · GitHub Topics · GitHub
- Java 2
Java 2 - promo-codes · GitHub Topics · GitHub
- Most Stars
Most Stars - promo-codes · GitHub Topics · GitHub
- HTML 1
HTML 1 - promo-codes · GitHub Topics · GitHub
- PHP 2
PHP 2 - promo-codes · GitHub Topics · GitHub
- Shell 1
Shell 1 - promo-codes · GitHub Topics · GitHub
- Most Forks
Most Forks - promo-codes · GitHub Topics · GitHub
- Fewest Forks
Fewest Forks - promo-codes · GitHub Topics · GitHub
- Recently Updated
26 lis 2023 · Updated on Nov 29, 2023. PHP. Improve this page. Add a description, image, and links to the promo-codes topic page so that developers can more easily learn about it. Curate this topic. Add this topic to your repo. To associate your repository with the promo-codes topic, visit your repo's landing page and select "manage topics." Learn more.
A TastyIgniter extension that allows you to offer coupon codes and discounts to your customers
23 mar 2022 · In this post, I will show you how to create a basic coupon code functionality generator and save it to our database and redeem it with the user. If you build a project about E-commerce this functionality is important to share coupon codes to your customer and get a discount.
Promotional Coupon Generator. // Mailing script, recieves form POST data and determines what kind of prize the person won. // Generates coupon codes if neccesary and emails winners to inform them.
You can generate Promotional codes using generate method. The only parameter is amount of codes to generate. Promocodes::generate(5); This method will return array of codes with 5 element. You can generate and save codes instantly in your database using: Promocodes::save(5); This will generate 5 codes and insert in your DB.
7 gru 2015 · We want to create a system where people can enter a gift certificate code to get product free (ie 100% discount) or enter some code to get a specific discount (ie SAVE10 - get a 10% discount). Some codes will be just for one use (ie gift certificates), some can be used multiple times - ie SAVE10.