• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 30, 2024, 08:09:17 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 - Anni

16
Miscellaneous / Re: Wrong jsps displayed???
December 17, 2007, 03:44:14 pm
...and ChangeDeliveryAddrBody.jsp are also problematic. any ideas? thanks, anni
17
Miscellaneous / Re: Wrong jsps displayed???
December 17, 2007, 03:42:04 pm
sorry, my first posting was actually longer than that.

the ChangePaymentAddrBody.jsp
18
Miscellaneous / Wrong jsps displayed???
December 17, 2007, 03:38:53 pm
hi,

I've got a problem with the checkout-jsps. the ones which are displayed are either long outdated or don't exist in that way at all. still, I can't get the correct ones to show up.
the problemativ pages I"ve found up to now are CatalogCheckoutDeliveryBody.jsp
19
hi again,

just another question. which JSPs and classes do I have to edit when I want to let the customer select the currency at checkout? I've had a look at the checkout actions and JSPs but I'm not sure which ones I need  :-\ 

regards,
anni
20
hi david,

thanks for the reply :)
actually my code looks nearly the same but I only changed one of the prices ... I might just try changing all and see if it works.

regards,
anni
21
hi,

just a small request for the next version. it would be good, if tax rates whithout a corresponding tax class, would be deleted automatically. as it is now, if you delete a tax class that is used for a tax rate, the rate isn't displayed anymore but they is still there (at least the admin app says there are more). that rate can't be deleted manually (via admin app) anymore.

regards,
anni
22
any ideas? my code doesn't seem to fire at all ...  :'(
23
hi,

I've just downloaded the new version of konakart but am reluctant to install it. while there are upgrade scripts for the database, I'm unsure if my customized jsps are also kept (though I guess not).

so, is it possible to run the update and keep my customizations just like that or should I backup them first? (i.e. if the jsps in general still look the same)

regards,
anni
24
I changed the finalPriceIncTax. is that one not saved?
25
but it doesn't work!  :( my problem is the same as david's. I changed the price for the products but it doesn't have any effect on orders made in the shop. because of this I thought, I have to save the prices myself...  :-\
26
that's why I was posting in this thread  ;) but julie mentioned that the changed prices have to be saved to the database before the order is saved. and I'm still not really sure how to do that (since I can't find a method which does this...)
27
hi,

of course, I don't want to allow the customer to change the price  ::)! however, I need to adjust it for specific products before checkout, or before the checkout is completed. the pricing system of the company, for which I'm setting the shop up, is quite complicated. so I see no other way but to code this price adjustment in.

but never mind that. which jars do I have to include? all three konakartadmin(_whatever).jar or just one of them?

regards,
anni
28
thanks for the answer. but I don't have the admin api available when changing the action classes ... they are only available for the admin app.
29
hi,

are there any convenience methods for saving the prices to the database? I only found saveOrder(), but nothing for the prices or products themselves.

regards,
anni
30
ok, thanks :)