• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 02:15: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 - pete

31
Configuration of KonaKart / Re: Multiple images.
September 07, 2008, 09:04:39 pm
<html:link page="/SelectProd.do" paramId="prodId" paramName="prod" paramProperty="id"><img src="images/<%=prod.getCustom1()%>" border......
32
Configuration of KonaKart / Re: Multiple images.
September 07, 2008, 08:45:17 pm
You could put the image you want, in one of the product custom attributes.
33
Configuration of KonaKart / Re: Multiple images.
September 07, 2008, 08:28:25 pm
Within ShowImageBody.jsp doesn't it work if you change it to:

<html:link page="/SelectProd.do" paramId="prodId" paramName="prod" paramProperty="id"><img src="images/<%=prod.getImage2()%>" border......
34
Configuration of KonaKart / Re: coupon code not working
September 06, 2008, 06:24:56 am
Well, since you couldn't be bothered to even ask us about how we can support you, it looks like you've made your decision. Good luck.
35
Configuration of KonaKart / Re: coupon code not working
September 05, 2008, 09:58:32 pm
All I am saying is that "if" there is a problem with the PayPal payment module processing orders with promotions, you can investigate it since you have the source to debug it. I assume that since you are using KonaKart, you or someone in your team knows their way around a java program.

We will also take a look, but cannot guarantee any response times since you aren't under a support agreement. If we find a problem and fix it, we'll probably make the fix available in the next release.
36
Configuration of KonaKart / Re: coupon code not working
September 05, 2008, 07:15:06 pm
Looks OK. If the correct amount isn't showing up in PayPal, it could be a problem in the PayPal payment module. You have the source for that. It's in KonaKart\custom\modules\src\com\konakart\bl\modules\payment\paypal .
37
Configuration of KonaKart / Re: coupon code not working
September 05, 2008, 06:07:53 pm
Maybe you could post a screenshot of the checkout screen showing the order details just before checkout ?
38
Configuration of KonaKart / Re: coupon code not working
September 05, 2008, 05:57:42 pm
QuoteYes, coupon code is last in the sort at 40, next down is shipping at 25 and then discounts at 22 and 20


That is the problem. Order Total should be last.
39
Programming of KonaKart / Re: page navigation
September 05, 2008, 03:26:46 pm
You can use the code in the base action but you must do the direct from the action class currently being used.
40
Configuration of KonaKart / Re: coupon code not working
September 05, 2008, 03:23:55 pm
QuoteOk, I've got it working to where it shows the discount on the page. On the shopping cart page, it takes it off but then you have to re-enter the code on the actual checkout page. That's problem 1. The second is that once it forwards to paypal, the deduction is no longer there.


1. The coupon does have to be rentered during checkout. The cart page is really just a place where you should be able to see details (shipping, promotion etc.) so that you aren't forced to register to see that stuff. It frustrates people to have to register in order to see how much shipping will cost. In some cases, after logging in, the promotion may not even apply to you any more. You could always save the coupon code on the session and use it for checkout if that is what you want.

2. Is order total the last item in the sort order ?
41
Configuration of KonaKart / Re: coupon code not working
September 05, 2008, 06:15:30 am
QuoteOk, I changed the sort order of total to 99, the product discount is 22, order total discount is 20. After changing it, now the discount doesn't show up at all. Before I changed the total to 99 it showed up, but didn't give the discount once transferred to PayPal.


Are you sure that you only changed the sort order ? Take a look at our online demo (which works). The ordering we use is :
Order Total Discount : 20
Product Discount      : 22
Total                      : 40
42
Configuration of KonaKart / Re: coupon code not working
September 04, 2008, 04:58:56 pm
That's OK. In the Order Totals section of the Admin App you should make the sort order of the "Total" order total, greater than that of the "discount" order total otherwise the discount won't get subtracted.
43
Configuration of KonaKart / Re: coupon code not working
September 04, 2008, 04:11:54 pm
Does it work in the checkout screen ?
Do you get anything in the log ?
Have you set up a default customer so that it can estimate the shipping costs when someone isn't logged in. http://www.konakart.com/configurationfaq.php#What_is_a_default_customer_
44
Configuration of KonaKart / Re: Admin login looping
September 04, 2008, 03:35:04 pm
Look in the kk_customers_to_role table and see whether he is associated to a role.
45
Configuration of KonaKart / Re: Admin login looping
September 04, 2008, 02:16:29 pm
Maybe the Admin User has no role ?