F
F
Faust Hunter2020-05-15 23:13:18
Web development
Faust Hunter, 2020-05-15 23:13:18

Which framework or cms is better for creating a game key store?

What framework or cms is suitable for creating a game key store?
I'm trying to do it on Django, I tried it on django frameworks, but they are designed for stores of real goods and there you need to cut and change a lot, it is needed for digital goods.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sanes, 2020-05-15
@Sanes

Any framework on any PL. You just don't know how to cook.

M
Mikhail Ushenin, 2020-05-16
@usheninmike

Shop-Script has such a thing - product codes. When a customer orders a product, for example, a certain product with the name “X game key”, you enter a unique key in the store control panel on the order page, and it is assigned to this particular item ordered. This is generally convenient if you have where to get these keys from in order to write them on the page of each order. If you need to generate them automatically, then you will have to write a plugin for this engine - there is documentation for this.
The plugin, by the way, will still have to be written, because the buyer will have to somehow get his key that you specified on the order page, and the store will not tell him by default (because different product codes can be used for different purposes), - this should be done by your plugin.
If you have experience developing in PHP + MySQL, then with this engine the task as a whole looks solvable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question