• 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 - gabrielpadurean

1
Programming of KonaKart / Re: source code access
January 24, 2009, 11:39:51 am
ok.
I've made an idea
thanks a lot for your quick answers

gabi
2
Programming of KonaKart / source code access
January 24, 2009, 09:59:42 am
Hi all,

We are developing a custom web application for selling products based on konakart.
Unfortunately our client has a lot of custom features that he wants to implement and our conclusion is that
it may be necessary to add new fields for the product class (this is just an example). But the source code for the
core of konakart is not available or at least this is what I understood.

So this is kind of a big issue for us and we need some guidance.
Is there in any possibility to buy the source code?
what your advice would be?

one solution that I cand think right now is that we could wrap the objects we need and add new fields for the wrappers or extend and override the behavior, but I think it is a too complicated solution for us (the time is limited)

it there a solution to buy support from konkart? would that help us?

thanks a lot
gabi
3
Programming of KonaKart / how to update a product
December 23, 2008, 01:22:34 am
hi,
I need to update a product's quantity in the class EditCartSubmitAction, but I'm confused and don't find anything to do this.
something like 
product.setQuantity(0);
save(product)

would be very useful.

How do you suggest me to do it? where to look?

thanks,
gabi
4
ok...I understand the options I have...
but as you said if I copy paste the bat files from a windows installation to the bin directory of a linux installation is there a chance to work? because you said
that when installing for a specific platform some platform-specific configuration settings are applied. that would be the easiest solution for me if it works.

thanks for your answer,
gabi
5
hi all,

it is possible to use on windows the konakart download for linux?
In the konakart/bin directory are the scripts for starting web apps in tomcat for linux (sh files), but could I use the the linux installation on windows, but using a windows specific tomcat(bat files)? is tomcat the only OS dependecy? or there are some other things that I should be aware?

use case: I need to move the konakart project to a svn reporitory from my personal pc(ubuntu user), but I used the linux installation kit, but is possible that some people that will use the svn code are windows users and I need to know if I should give it a try or I should use the manual installation kit(the zip file).(hope this manual installation is not the best solution because I modified a lot of files in the original project and I think it will take some time to do the merge)

thanks a lot,
gabi
6
Configuration of KonaKart / Re: send emails as buyer
December 17, 2008, 11:31:36 am
ok....I think I understand and I like the solution... also appreciate your answers...thanks a lot
7
Configuration of KonaKart / Re: send emails as buyer
December 17, 2008, 11:08:41 am
I think the solution with doing it directly in the jsp would be ok at this moment....
...I suppose it involves using some classes in kkart for sending the email?
...is there a place to look for this?

thanks a lot,
gabi

8
Configuration of KonaKart / send emails as buyer
December 17, 2008, 10:04:50 am
hi,

my question is: it is possible that a user (buyer) to send an email? is there this email sending functionality available not only in konakartadmin application.
my use case is something like this: a client should be able to request for a product's price by sending an email to some email recipient from the product's details page.
I would be interested in allowing the user to fill in his email address where he wants to receive the replay and after filling this in he should click a button like "send request" which sends an email to some email address like "support@myspecialstore.com".

or something similar that could be useful...or should I look for a workaroung? :)

thanks for your time,
gabi