• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 12, 2024, 04:34:15 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 - wafeneto

1
hy, how can i perform a persistence on the custom1 field of the orders_products ´s table?


i try to change the AddToCartFromProdIdAction adding the follow code

b.setCustom1(selectedProd.getCustom1());
System.out.println("add a custom " + selectedProd.getCustom1());

that work fine ( i see  this phrase in the log the msg )
but after i checkout the order the custom1 attribute was no set in table orders_products

what else i need to change?
2
hy
please, in wich action i could do this?

i try to change the AddToCartFromProdIdAction adding the follow code

b.setCustom1(selectedProd.getCustom1());
System.out.println("add a custom " + selectedProd.getCustom1());

that work fine ( i see in the log the msg )
but after i checkout the order the custom1 attribute was no set in table orders_products

what else i need to change?
3
how can i show in my invoice a custom attribute of my products?

i try in my velocity temp put $op.getCustom1()  and $op.getProduct().getCustom1(), both with no succes :(
4
how can i set up the subject of emails sended by Customer Communications?
5
in wich jar i should put the compiled class?
6
hy all, i´m searching for the property file to translate the "Free shipping for orders over " label
please anyone could tell me in wich jar i can found this file?

tks a lot
7
tks Pete, i found the change the jar file  and it works fine
8
how can i change the label of 'cash-on-delivery.' like others labels using internationalization?
9
do you know where ( table and fields)  the data of special price and expire date are stored?
10
tks Julie, it works fine :)
11
but how can i set the Expiry Date of special product
12
hy, hy can i programaticaly set a special price of a product?
13
Installation of KonaKart / Re: email from loged user
September 03, 2008, 10:02:44 pm
tks for the tip
i use kkEng.getCustomerMgr().getCurrentCustomer().getEmailAddr() and works fine
14
Programming of KonaKart / Re: custom invoice report
September 03, 2008, 10:00:53 pm
it works fine, tks a lot for the reply
15
Programming of KonaKart / custom invoice report
September 03, 2008, 03:02:18 pm
how can i change the invoice report from admin modulo (translate from english and show custom fields)