Help to get started

By: Pomtus Åkesson | Asked: 04/05/2023
ForumsCategory: Paid Help WantedHelp to get started
Pomtus Åkesson asked 1 year ago
I am in the printing industry and want help to get started with some calculators. Customer can choose different amounts of capses + different printing options, Some challanges I have is:  
  1. Price shall be different for different amounts
  2. Price shall be different for different printing techniques
  3. I want those printing prices to be global so I only have to change prices at 1 place.....Prices/Currency are changing a lot so I need to be able to update prices in a smooth way.
  4. I also want to be able to download info to CSV or similar and change, and then upload again.
  5. Adapt design so it looks nice.
1 Answers
Victor Font answered 1 year ago
Everything you want to do is possible with Formidable, but it's all custom code. Price levels and printing technique modifiers can be stored in lookup tables and used dynamically. For multiple currencies, you need to subscribe to a service that provides an API to feed new exchange values on demand through Ajax or WordPress HTTP REQUEST. Downloading and uploading CSVs is built into Formidable's back end, but the thing you need to know is that uploading is an additive process. It does not allow for bulk editing. You would have to delete all the records from the table first before you can upload the changed records. If you make a mistake without a backup, you can lose your data. "Adopt design" is subjective. You define your own look and feel with custom CSS. This could be a very expensive project. If you want to consider hiring a developer, see https://formidable-masterminds.com/project-application/ and https://formidable-masterminds.com/developers-directory/
Pomtus Åkesson replied 1 year ago

Thanks for your reply. I actually not need an API, only manually ad currence exchance when fluctuating to much. I am not sure I understand the part with CSV. Lets say I have 1000 calculators that all have the field "Buy in cost". Based on that value, the selling price are calculated. Lets say those 1000 products has an price update and I recieve new prices in an Excel sheet. Can that be used in order to update the Buy In cost for all 1000 calculators without doing it manually?

Victor Font replied 1 year ago

You can do all 1,000 at one time if "Buy in cost" is a dynamic field based on a lookup record and all calculators use the same lookup record. If you don't do it that way, you could do it in PHPMyAdmin with SQL, or export in CSV, delete all records, then import after making changes. Those are your options.

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right