• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 12, 2024, 02:03:28 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 - 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
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 :(
3
how can i set up the subject of emails sended by Customer Communications?
4
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
5
how can i change the label of 'cash-on-delivery.' like others labels using internationalization?
6
hy, hy can i programaticaly set a special price of a product?
7
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)
8
Installation of KonaKart / email from loged user
September 02, 2008, 04:27:52 pm
hy;
how can i display, in jsp the name and email of the loged user?