• Welcome to KonaKart Community Forum. Please login or sign up.
 
December 22, 2024, 03:47:26 am

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 - ncister

1
Hi Paolo, and thanks for your replay !

QuoteAt the moment KonaKart uses it's own rules (promotion subsystem) which can be customized by introducing new OrderTotal Modules or Promotion modules. We provide source code examples of these modules. They are instantiated and called by KonaKart when the order is created during the checkout process. When called, they have access to the order object containing all of the product information and so you could build a custom one that figures out the total price based on your rules using your ERP tables.

Only a precisation:
I need to display "my" price when the single product is displayed, in any Form (for example after a search ...) not at the end of order  ...

Thanks.
Nicola.
2
Hi,
I'm valuating the possibility to integrate (at real time, without asynchronous updates or import/export processes ....) Konakart with an existing ERP solution.
For this issue I need to customize (at least) two Konakart sections using additional MySql tables:
1) Pricing policies
2) Checkout phase
3) Order state monitoring
My scenario could be:
- A lot of additional ERP tables are added to osCommerce 2.2 compatible database, so ERP can normally work using your data
- ERP manage its product / prices tables
- Konakart uses its product table for search functions
- Konakart manage orders using an alternative price policy, based on some additional ERP tables
- Konakart manage checkout phase, modified to transfer data to ERP tables (too)
- ERP manage other processes (delivery, billing, etc ...)
- Konakart allow to monitor the order state using its tables + ERP tables

What are your suggestions about this purpose ?
Are the source modules available to modify these process ?

Very Thanks.
Nicola.