• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 03, 2024, 07:56:35 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 - holger

1
Configuration of KonaKart / Re: Product with customfields
February 01, 2008, 01:47:41 pm
Hello Julie,

i get that not! My Java apparent do not know quite for it out.

But thanks.

regards,
Holger
2
Configuration of KonaKart / Re: Product with customfields
February 01, 2008, 12:28:02 pm
Hey Julie,

i find to create the order, but how can add my CustomFields1 to 5 from the basket? At the action ShowCartItems, i add the fields, but become error's!


if (reset == null)
            {
                // Create an order object that we will use for the checkout process
                kkAppEng.getOrderMgr().createCheckoutOrder();
            }


Can you help me?

reagrds,
Holger
3
Hello,

i have information in the 5 Customfields at the basket table save. Is the customer checkout the shopping-card, is the information at the customfields not at customfields at order_products table.


            BasketIf b = new Basket();
            b.setQuantity(1);
            b.setCustom1(request.getParameter("custom1"));
            b.setCustom2(request.getParameter("custom2"));
            b.setCustom3(request.getParameter("custom3"));
            b.setCustom4(request.getParamater("custom4"));
            b.setCustom5(request.getParameter("custom5"));
            b.setOpts(opts);
            b.setProductId(kkAppEng.getProductMgr().getSelectedProduct().getId());


This lines are add at the AddToCartSubmitAction.java

At the action CheckoutConfimationSubmitAction.java not move all columns from the customers_basket to the orders_products table automatically?
I search the point to add this five columns for move, but i can't find it. Can you tell me, at which file and position add my code for save this five colmuns at the order by checkout?

regards,
Holger


4
Hello Juli and Kate,

i install the new release 2.2.2.0 (copy file to server an, run updatescript for my database), but how can i use this function? I don't find any point. In the admin - product pages nothing to find?

Have you a documentation for this funktion?

regards,
Holger
5
Hi Juli and Kate,

thanks, i wait for the new version and then i look with this feature.

regards,

Holger
6
Configuration of KonaKart / Product with customfields
January 21, 2008, 10:08:47 pm
Hello Users,

i have fillout 4 customfields at the product properties. As i can use the fields in the product detail?

I don't finde a documentation or an example for this. I have from 10 products, 3 product with 4 fields. This 4 fields must fillout the customer at produktdetails-site and then the user can put it to the shopcard. For this can i use this customfields, or?

regards,
Holger
7
Hey Ryan,

if have write a smal tool, to make a MD5 Hash for check account from my appication to the Konakart-Dtabase.

This is the value in Database:

0cc61484f797d1fc36bb06342a9592c0:a3

and this is my value from my MD5 hash:

6961a718bf46a72b1b9890b7c6fdf4ba



I use this C# code,  in some forum's i find it....


        public string MD5(string password)
        {
            byte[] textBytes = System.Text.Encoding.Default.GetBytes(password);
            System.Security.Cryptography.MD5CryptoServiceProvider cryptHandler;
            cryptHandler = new System.Security.Cryptography.MD5CryptoServiceProvider();
            byte[] hash = cryptHandler.ComputeHash(textBytes);
            string ret = "";
            foreach (byte a in hash)
            {
                if (a < 16)
                    ret += "0" + a.ToString("x");
                else
                    ret += a.ToString("x");
            }
            return ret;
        }


I use konakart 2.2.10 and a Oracle11g

Have you a idea with the difference?

regards,

Holger
8
Programming of KonaKart / Re: AddtoCard action change?
January 11, 2008, 03:25:06 pm
Hi ryan,

my company make some solutions for print and workflows with print or services to print with mail. My friend has a web2print solution for distribution-networks. I would like to make for my service (www.direktbrief.de) a lettershop, to send individually greating maps, mounrings maps, chrismas or easter maps realy from internet with post to the receiver. I have a printing center in german, where we print the normaly word doc, bills and and ... At this printingcenter i print the shop orders. To make the individually cards i would like use the service from my friend www.kinetik.de (iBright). You can look under www.ibright.de, there is a link to register for a demo account.

regards,
Holger
9
Programming of KonaKart / Re: AddtoCard action change?
January 11, 2008, 10:46:38 am
Hi ryan,

normaly, you can three products add to the shoppingcard and them you login to the shop and make the order. To make individually for the products, you can make as anonymous too. If you are login at the shop, you can work with your uploads (logos and so on)from older orders, in the other website. In the shopping card or at the order, i use only the order id from the other system and this is attach at the returnurl from other system back to the shop.

The user must do not have a account on the other site. I go to the other system with a bybass around login. I go direct to the templates. The template id and produkt id are the same.
If you are interested? I can give you a login to the other system!
Is no problem ;-)

regards,

Holger






10
Hi ryan,

okay, thanks!

regards,
Holger
11
Programming of KonaKart / Re: AddtoCard action change?
January 11, 2008, 08:39:47 am
Hi Ryan,

sorry my writing english is bad, i know! ;-)

I tell you, the steps:

1. The User have select a product
2. To buy, he click on the "addtocard"
3. At this action, the user is led on a other website
4. He make the produkt completely. Example: input of engraving texts, visiting cards, greeting maps
   url: http://www.otherweb.de/service_in?ID=[PRODUCTID]&ReturnURL="http://www.meinshop.de/konakart/addtocard?ID=[customfields1Value]&Session???????";

5. In customfield1 is a orderid from the other website
6. At shop, the user completely the order.

that is to run also if the user at shop as anonymous and with a account. from the shoppingcard to order as had.
at Adminsite or at a propertie-file are the link to the other web and which field from product table identified the template in other WebSite.

is that better? ;-)

regards,

Holger



12
Programming of KonaKart / AddtoCard action change?
January 10, 2008, 09:07:40 pm
Hello,

i would like to connect a web2print application on shop. Example: In my shop are articles, as visiting cards samples are deposited. These collecting mains must be customise however, if the article comes into the shoppingcard . In addition a left is called, that as parameter the point of entrance (return URL) and a parameter from the product data. Thus one comes to the correct collecting main. The customer finishes the map and turns then directly into the shoppngcard back. How does one make simplest? Can one help me? Is one in German, they can write it for in short time? Send a PM!

regards,
Holger
13
Hi Ming,

okay! Now i have many Servers at Internet, at the moment i have no problem with the shop. I install the second shop on other Server, on them run only liferay. ;-)

If i have more time, then i look, where the problem is. Now, i look first times, as I unite special adjustments there purely programmed get. My java programmer is the next weeks at some customer and there must I now make i self, but java is not primary language (C#, Delphi is it).  I make with them my questions in the programing-forum.

but at this moment, thanks for your info's!

regards,
Holger
14
Hello,

i write a webservice for mobile-application and i would use the customer account from shop for a account at the new webservice. The customer don't make a new account. The software buys the customer in the Shop and limit serves is available thereby. The password in database is cryt. I would like to compare the crypted password, but as it is there crypt? A MD5 hash?

regards
Holger
15
Hi kate,

i find the problem. i move the webapps -Dir to my tomcat installation and set some things in my properties files. I have install two shop's on this server and i have install one opencms on this server. The server have 2GB of RAM and install is a Suse 10.3 System
The problem with the sequnenze come from the two shop's on the server. i think and after them comes the problem with the RAM.

Now i have one OPENCMS and one KONAKART-Shop and now all runs OK.

If I liked to install several Shop, can that be done at all? What does one have to consider there by?


Holger