• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 06, 2024, 03:06:32 pm

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

1
Great. Thanks a lot.

Graeme
2
Hello,

I'd like the products in a category to appear in a certain order. Is this possible in the base product, or will I have to customize? If it requires customization, what approach is recommended? Perhaps using a custom field to indicate sort order?

Thanks,
Graeme
3
Hello,

I have product attributes "Short", "Tall" and "Grande". I've modified the product listing page to have columns for each of these. I now need to display prices in these columns, but I can't find an API call that will give me the attribute price including tax.

Can anyone point me in the right direction?

Thanks,
Graeme
4
Is there an API (other than the admin API) to get the product attributes?

The only thing I can see is to use the "setSelectedProduct" call and to loop through all the products, but that's a bit messy.

Thanks,
G
5
Yup, I suppose I could. Bit of a dumb question :-)

But how would I handle the tax? I'll dig around to find an API for that - I think I saw a call that prints an incl tax amount from an excl.

Thanks,
G
6
Hello,

Is there an API call to determine the price of a product for various option values? I need to display a modified product listing with prices for all the different option values for a given option.

Thanks,
Graeme
7
Programming of KonaKart / Customization for coffee shop
December 19, 2007, 07:26:10 pm
Hello,

I have a coffee shop in my city. I'd like to use KonaKart to build a web shop that allows my customers to order lattes, mochas, etc via the web. I am an experienced Java programmer.

I need to make some customizations:

1) I want the product listing to show the sizes of the drinks (Short, Tall, Grande) along with the prices
2) I need the customer to indicate on a map where the entrance to their building is

From my initial research, this all seems doable. I'm a little nervous about not having the source code. However, as I understand it, I've got all the JSPs and access to the database, so if I ran into a customization problem, I could just bypass the KonaKart stuff and do my own. Is that correct?

I started out with OSCommerce, but I really don't like PHP. OSCommerce also doesn't seem to have a proper architecture.

I really like KonaKart so far. Given the few customizations I've indicated above, would I be better off with OSCommerce (full access to source so I can change anything, I hate PHP) or KonaKart (can bypass what can't be changed, I like Java)?

Thanks,
Graeme