• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 02, 2024, 05:56:31 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 - lowfier

1
Hi all,

I have some products that i wanna display but that cannot be added to the shopping cart or sold. It it possible to achieve this with any of the options on the admin or do i have to change the code?

Thanks in advance.
2
Configuration of KonaKart / Checkout without registration
September 19, 2013, 12:01:20 pm
Hi All,

I am using version 6.5.1 and i was trying the checkout without registartion feature. When this setting is true anyone who tries to register on the store can only add delivery details and is not asked for password as it was supposed to. The store treats every user as a no registration even if someone decides to register. Is it a bug or is it this way by design?

Thanks
3
Configuration of KonaKart / Product Specs
August 30, 2013, 04:32:37 pm
Hi All,

In the CE store front it has a specs tab between product details and Reviews when we look at a product Detail Body.
I checked on the ProductsDetailBody.jsp that it associated with Custom products Attributes.

<%if (prod.getCustomAttrArray() != null && prod.getCustomAttrArray().length > 0){ %>

I tried to add on a product some custom attributes but it fails to show them and i suspect that this method prod.getCustomAttrArray() is returning null or 0 custom Attributes.

Can you please show how this could work?
4
Configuration of KonaKart / Deployment
August 28, 2013, 06:19:02 pm
Hi all,

First of all thanks for all the replies to my questions. I like your product so much that i am thinking on trying the EE on my company.
I have a few pratical question regarding the deployment of konakart on a production env.

- Is your version of tomcat safe as a webserver or you advise to put it behind an apache webserver?

- What is the best way to configure the app to run on http://mydomain.com/welcome.action instead of http://mydomain.com/konakart/welcom.action ?

Thanks in advance :D
5
Configuration of KonaKart / Price Filter
August 23, 2013, 03:58:05 pm
Hi,

I am evaluating the community edition and i noticed that the price filter is not avaliable on this version.
Has anyone implemented any price filter on the CE? Can someone point a direction that i could start developing or is it a lost cause? I took a look at Facets.jsp and obviously it could be hardcoded to make that job but it seems easier to ask first if someone took any simple way.

Thanks
6
Hi,

I am new to Konakart and i just started using it to evaluate the product as a possible enterprise solution to my company.
I downloaded the comunity edition and ist fully working. One thing that we consider vital on the admin area its the display of the SKU of the product on the order detail view. After some reading i got the orderdetail template changed "OrderDetail_xx.vm" to use $getSku() instead of $getModel(). I must be doing something wrong because the $getSku() prints the function call instead of the product sku. I have tried other calls with sucess but the getSku() simply does not work. Do i need any additional step to make the function call work?

Thanks