• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 25, 2024, 03:35:52 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.

Topics - Iruñea

1
Installation of KonaKart / onepagecheckout issue in IE7
February 16, 2010, 02:13:44 pm
Hi!

I get a Javascript error when I try to checkout with the onepagecheckout tool in InternetExplorer 7. I. have no problem with Firefox. Because I had made some configuration on the classes (under E:\konakart\custom\onepagecheckout\src\com\konakart\client), I decided to make a totally fresh installation on another machine with the windows installer (KonaKart-4.2.0.1-Windows-Setup.exe) and filling in the database with installer database.

I keep on having this problem on InternetExplorer 7.0! (Firefox works fine). Because its in IE, I can not debug. The only I see is is a javascript error: 'b' is null or not an object
And the screen where the form to enter the email should appear is white.

Did you heard about this issue??

Thanks!
Iruñea

PD: At konakartadmin - StoreConfiguration:
Enables One Page Checkout -> TRUE
Enables Checkout Without Registration-> FALSE
2
Hi!

Not totally sure but I think that in konakart v4.2.0.1 installation package for windows, the following script for upgrading the database (upgrade_3.2.0.0_to_4.0.0.0.sql) its missing this line:

# Just for MySQL
delete from kk_api_call where api_call_id = 221;


Because Im getting this MySQL error:
ERROR 1062 (23000) at line 27: Duplicate entry '221' for key 1

I beleave this comes because there exist a row with that id with which name is: forceRegisterCustomer

That line did exist (line 25) in the same script of the v4.1.0.0 installation package. So my question is: Is really the line missing or should I delete this other?
INSERT INTO kk_api_call (api_call_id, name, description, date_added) VALUES (221, 'setProductAvailability','', now());

Thanks!
Iruñea
3
 Hi,

How can an administrator send an email to users with "Global Product Notifications" checked ?
I see the option to send an email to people who bought a specific product, but not to users with this opotion checked. How can be done this ?

Thanks,
Iruñea
4
Miscellaneous / download older versions of Konakart ?
January 14, 2010, 02:33:51 pm
Hello,

Is it possible to download previous version of KK (4.1.0.0 for Linux)?

I made an upgrade but now I need the Linux installer for Production. I found this post http://www.konakart.com/forum/index.php/topic,407.0.html so I tried with this: http://www.konakart.com/kits/KonaKart-4.1.0.0-Linux-Install.zip
But this didn't make the trick   :-\ .

Where could I find this ?

Thanks a lot,
Iruñea
5
Hello,

   Can I customize Konakart, in order to save some data with a product per EACH order ?
I explain myself with an example: In a shop selling Tshirts, the user selects a Tshirt belonging to PRINTABLE TSHIRTS category. The system then, should lets the user enter a phrase which will be printed in his Tshirt. This must be stored somewhere.

   I believe the correct place to store this info in the DB would be in orders_products Table (on custom1 field) because this data depends in the product and in the order. But even if I set the custom1 attribute to the basket object before checking out, I dont achieve it. How could I do this ?

Please any tip would be really useful

Thanks,
Iruñea
6
Hi KonaKarts,

Ive a doubt about Global Product Notifications in KK 2.2.6.0: How can the andministrator send an mail to customers who have "Global Product Notifications" checked ??

The problem is as follows:
- A client CLIENT1 has his GlobalProductNotification checked.(In his Product Notification list)
- CLIENT1, buys a product  PRODUCT_02 successfully, but he's not asked whether he wants to add this product to his product notification list (because he has the GlobalProductNotification checked).
- Afterwaards, if admin selects "Send email to clients who bought product "PRODUCT_02" then Client1 is not notified.

Im I missing something ? I would like that also CLIENT1 is notified about this update.

Thanks a lot !
Iruñea
7

Hello,

I wold like to allow longer customers Emails for clients on Clients panel. (Admin App.)
On the guide (http://www.konakart.com/docs/CustomValidationAdminApp.html) I read that from version 2.2.3.0. its possible to specify min and max lenght values for some fields in . (I see there Customer.email_address). I tried and failed.Sinds we use Konakart v2.2.6.0., I think this field is still not supported yet(http://www.konakart.com/custom_validation_faq.php).Am I right?

And if so, is there any other possibility to solve this rather than modifying this field directly on the database  ??



Thanks for your help, Konakart is great!
Iruñea
8
Programming of KonaKart / problem with kkAdmin
January 13, 2009, 04:20:15 pm
Hello,

I do the following:


import com.konakartadmin.bl.KKAdmin;
...
KKAdmin engAdmin =  new KKAdmin();


and it gives me the following error:

13-Jan 17:02:44 ERROR (StandardWrapperValve.java:invoke:253) Servlet.service() for servlet action threw exception
java.lang.NoClassDefFoundError: com/konakartadmin/bl/KKAdmin
        at com.konakart.actions.ipn.OgoneAction.getOrdr(Unknown Source)
        at com.konakart.actions.ipn.OgoneAction.execute(Unknown Source)
        at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BasePr...)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: com.konakartadmin.bl.KKAdmin
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        ... 22 more

I have verify that indeed,KKAdmin.class exists in konakartadmin.jar
(E:\Konakart\webapps\konakartadmin\WEB-INF\lib\konakartadmin.jar\com\konakartadmin\bl\KKAdmin.class)

Im starting to find it frustrating because I dont find the solution. Could anybody help me please ?

Thanks in advance,

Iruñea
9
Programming of KonaKart / invoice as attachment
January 06, 2009, 02:14:40 pm
Hi KonaKarts!

When sending the order confirmation to a client, (generated by OrderConfirmation_en.vm), is there any way to send this like an attachment in the email?? Any idea ?

Thanks!
10
Hi Konakarts! :)

Does anybody know how can I get all the different taxes which are defined in kkAdministrator?

order.getTaxRateObjectArray gives me all the taxes a order has but what Im looking for is an array with all kk defined tax rates. Something like this:

eng = new KKEng();
TaxRateIf[] taxes = eng.getAllTaxeRates();


but I dont find such a method in KKEng...

THanks!
11
Programming of KonaKart / new order total
December 22, 2008, 10:58:16 am
Hello

Ive created a new order total module. Into the method
public OrderTotal getOrderTotal(Order order, boolean dispPriceWithTax, Locale locale){...}

I want to know how many products are in the order but when I try to get this by order.getNumProducts() it gives me 0.
If I make a order.getId() it also gives me 0.

However when I make order.getSubTotalExTax() it gives the correct amount so, the cuestion is; how can I get the full populated Order ??

Thanks!
12
Programming of KonaKart / Tax customization
December 17, 2008, 10:44:03 am
Hello,

First sorry for my English:)
I would like to add a SAME extra cost to each product for administration costs of 7Euros and a tax of 12% of this Admin. costs. So a product total price = Prod.Cost +ProdCost_Tax+ Admin.costs+ Admincost_Tax

Are this steps corrects to achieve that?
-b]Create a new Order totals module[/b] called AdminCost. For each product in the Basket will sum 7Euro
-Create a new Order totals module called AdminCostTax. For each product in the Basket will sum the 12% of 7Euro
-In CheckoutConfirmationSubmitAction.java set the order total price as the sum of subTotal + tax + AdminCost+ AdminCostTax

What do gurus think about this? I wonder if there exist a easier solution?
Thanks!
13
Programming of KonaKart / control dependent products
December 10, 2008, 03:40:10 pm
     Hello,

     Ive two products A and B. If the customer buys the A product, I want to obligate him always to buy  also B. I edit the B product in konakartadmin and add the A product like a "dependent product".

Once this is made, does automatically konakart add the B product when a client buys an A product ??
In my case is not working and I want to know if this is something I have to program myself? or it should be working and then Ive q problem in my konakart application?

Thank you
14
Hello Konakarts,

Im dealing with Digital Downloads. Im trying to achieve the following:

The shop shells downloadable documents. So, all are set as 'digital download's.
When a client selects the product, he has to be able to select whether or not he wants to buy ALSO the paper version. If he don´t, no problem. editcartsubmit.do will look something like:
---------------------------------------------
Products                    Tax           Total
1 x   document1     10.00%   24.66 €

Sub-Total:                                   24.66 €
Tax Rate for Digital Downloads:   2.47 €
Total:                                   27.13 €
----------------------------------------------


BUT! if he do select the printed version, editcartsubmit.do has to look like:
---------------------------------------------
Products                         Tax        Total
1 x   document1         10.00%       24.66 €
      Printed document1       5.00%      10.00 €

Sub-Total:                                   34.66 €
Tax Rate for Digital Downloads:   2.47 €
Tax Rate for printed document1:   0.50 €
Total:                                   37.63 €
----------------------------------------------

(Its important to show the 2 taxes separately)

So the problem is how to implement this.
- First idea I had is to create a bundle product, but, this way, the user cant choose whether he wants or not the printed document so I dont see like a possible solution

- Second idea is to add to the product 2 options: Dig. Download only(+0Eur) and DigitalDownloadPlusPrintedVersion(+10Euro). The problem is that I can´t add a tax to the option, can I ?? Its important to show to in the invoice this 2 taxes.(I can´t put directly +10.5 Eur, to the "DigitalDownloadPlusPrintedVersion" option in the example above)

I beleave I should follow the second idea and try to add the tax for the "printed document" price manually, programming it. Is this correct ?


Thanks!

Iruñea