• Welcome to KonaKart Community Forum. Please login or sign up.
 

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - leonardovarela

1
Great help. Thanks a lot.
2
Paolo

Thanks for your quick answer

We are building a University Software shopping cart.
Here are some of the things that we're looking into.

- Be able to download software. [Must]

- the login page to collect extra info (Account controller name,
email, phone #), recharge number(just a number that needs to be checked),
etc. and of course this needs to be added to the database. [Must]
We will use our own login module and we need to get rid ofthe login/create account
features and log students automatically when they already have an account.

- to be able to automatically create a user/student account and populate the
fields for the 'customer' based on their ID. [Desired]

- to do the same for their account controller.  This may be possible
to do as an incremental lookup with AJAX if the ph database allows
that kind of traffic.[Desirable]

- the reports need to be modified to show more info (invoice number,
recharge number, controller info). This shouldn't require any changes
to the db, but will require changes to the code that queries the
db and generates the reports. These will be minor changes. [Desirable]

- email additional people at various stages of the
shopping process.[M]

That is the specific items that we will be considering. I've been readingand it seems there are parts of the code that is not released. Will that interfere with the changes we want to make?

How can the changes to the database affect future realeases of Konakart?

Thanks in advance


3
Is there a way to bypass(make it work in an 'unclean' way) the current 'problem' of the download feature. I have to show the download option in a comparission with osCommerce on monday. I really like Konakart but the download software feature is a must. Thanks for your quick answer.