Hi Jason, "I will add it this morning to the portal and let you know." Any luck with this? It seems that there is a very basic step missing from the standard...
Richard@...
Mar 2, 2008 3:33 pm
1270
3 questions about the dotCMS products module. I haven't been able to find any documentation that answers these questions for me... 1) Multiple prices per...
Richard@...
Mar 2, 2008 3:47 pm
1271
I have dotCMS setup to use HTTPS... seems like a basic necessity for a secure website. Everyone does this, right? I find that I have to login again (re-enter...
Richard@...
Mar 2, 2008 5:02 pm
1272
Sorry Rich last week was busy and I didn't get a chance to load up some products yet. On a side not I know there is a small group working on a fully functional...
Thanks Jason, I certainly appreciate your help. I keep fighting with dotCMS because I like a lot about how things are integrated in dotCMS, but I just don't...
Richard@...
Mar 3, 2008 12:54 pm
1275
My https certificate is a wildcard domain certificate which often causes me to be interrupted initially when accessing my own site with a "this *XX.com key...
Richard@...
Mar 3, 2008 12:57 pm
1276
Richard: Are the hostnames you are using to access the two interfaces different? Meaning, is your host called http://lyders.com and your admin redirecting you...
Actually I found out what is going on. If you use an alternate DB connection ... you have to reset it before every #getSQLResults: #set ($dbConnection =...
ahh connecting to an external db that is true. it is necessary to set it for every query or you might have the issue of setting it for an external and then...
Anyone know how to escape strings for SQL in Velocity / Java? For instance: #set($keyword = "Women's Studies") ##would be getting this from the request...
Hi Richard, 1) yes, you could do that, you could set different prices based on quantities. 2) we have a variable that has, how many "items" are left, so with...
I am using this for javascript escaping, maybe there is something similar for sql? #set( $headline = $esc.javascript($headline) ) Nathan Nathan I. Keiter ...
Hah! Found it. The Escape viewtool covers this for us ... #set($sql = "SELECT * FROM Aliases_v2 WHERE Keyword='" + $esc($keyword) + "' ORDER BY Alias") Thanks,...
I am using the "Ecommerce Product / Format Manger" to create an online store. I have all my products, formats, and prices set up and I am ready for the next...
Hi Nathan, yes, there is actually a site that use that product http://www.firestarterpublishing.com/dotCMS/featuredProducts They have a shopping cart, just the...
Ok, so is this all I need to do for each store page velocity file? 1. Create a new page. 2. Create a piece of content. 3. Parse the velocity file in that...
Also, are there any pages where I need to parse more than one velocity file? Nathan Nathan I. Keiter DataSystems Gettysburg College Campus Box 2453 ...
Yes Nathan, that should be all, create the page, crate the content and parse the velocity file that have the source code. Please call the pages with the same...
Is there any way to order formats? They seem to show up in a random order. For example, I entered the formats in smallest to largest order for this product,...
No nathan, I cheked the source code and there is no way to order the items, but I think we could add a sort order field or something like that add a Jira Task...
How can I use ssl certs self generated using openssl with dotcms. I have created and self signed but receive errors in the service log when I enable in...
Hi Will, Thanks for input. The host names are exactly the same. It's *almost* always...which is very odd. For instance, just now I was able to go back and...
Richard@...
Mar 4, 2008 1:40 am
1293
Richard: The only other things I can think of are cookies - do you have any blockers, etc? or are you running through a proxy? Hummm. Let us know what you...
Hi DotCMS Community, We are evaluating several CMS/Portal. We have noticed DotCMS is based on old versions of Liferay and Tomcat, which are 2 years old, at...
Cedric.Cals@...
Mar 4, 2008 2:19 pm
1295
1.6 will be migrating to Tomcat 6, and from what I understand, the Liferay code isn't of particular consequence, because they forked the project some time ago...
Michael Fienen
mfienen@...
Mar 4, 2008 2:31 pm
1296
Great question Ced The newest dotCMS includes tomcat 6. It will be released the last week of this month. We have forked lifreays code though. Their...
Ced, DotCMS was essentially a fork from Liferay. So I don't think they have plans to integrate 4.4. Actually I think the plan is to move away from Liferay...
Okay, here's one for the Java gearheads I think. I'm working on building PHP into a jar file so that it can run in a servlet under Tomcat. One, because some...