<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: VirtueMart, a.k.a. crappyMart</title>
	<atom:link href="http://alexle.net/archives/70/feed" rel="self" type="application/rss+xml" />
	<link>http://alexle.net/archives/70</link>
	<description>Personal View</description>
	<pubDate>Sat, 22 Nov 2008 07:12:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: AKF_nik</title>
		<link>http://alexle.net/archives/70#comment-198815</link>
		<dc:creator>AKF_nik</dc:creator>
		<pubDate>Fri, 15 Aug 2008 22:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-198815</guid>
		<description>I am completely in agreement with the comments above about how unnecessarily convoluted and messy virtuemart's display pages are.  For some reason none of my images will show up on the browse listing page... I checked browse_1, but i cannot find the function anywhere "ps_product::getimage" so I don't know why it doesn't work. This is about the 900th problem I've had trying to set up a store, which should have been a fairly straightforward process.  I'm interested in switching to another shopping cart, but I don't know of another one that integrates well with Joomla! (and I'm using the Joomla! CMS because there are a lot of other parts of my site that need to integrate with the store).  Any suggestions?</description>
		<content:encoded><![CDATA[<p>I am completely in agreement with the comments above about how unnecessarily convoluted and messy virtuemart&#8217;s display pages are.  For some reason none of my images will show up on the browse listing page&#8230; I checked browse_1, but i cannot find the function anywhere &#8220;ps_product::getimage&#8221; so I don&#8217;t know why it doesn&#8217;t work. This is about the 900th problem I&#8217;ve had trying to set up a store, which should have been a fairly straightforward process.  I&#8217;m interested in switching to another shopping cart, but I don&#8217;t know of another one that integrates well with Joomla! (and I&#8217;m using the Joomla! CMS because there are a lot of other parts of my site that need to integrate with the store).  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leroni</title>
		<link>http://alexle.net/archives/70#comment-131994</link>
		<dc:creator>Leroni</dc:creator>
		<pubDate>Fri, 21 Mar 2008 12:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-131994</guid>
		<description>Im trying to remove the ascending order button and alot of other things to customize. This is very painful and I dont if I should laugh or cry. The manual that comes with viruemart is a total waste of time  .

Is there any books on virtuemart?</description>
		<content:encoded><![CDATA[<p>Im trying to remove the ascending order button and alot of other things to customize. This is very painful and I dont if I should laugh or cry. The manual that comes with viruemart is a total waste of time  .</p>
<p>Is there any books on virtuemart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex le</title>
		<link>http://alexle.net/archives/70#comment-118929</link>
		<dc:creator>Alex le</dc:creator>
		<pubDate>Tue, 19 Feb 2008 17:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-118929</guid>
		<description>@esperado

I just haven't bother with VirtueMart since.  Based on your code-quote, I can see why they have such a method to simulate custom properties, or to help with translation down the road.  Nonetheless, the whole thing is a mess.

On the commercial site, X-cart is also a big, f-ing mess.  I worked with Xcart and I do want to kill someone too.  It hurts you more to work in Ruby on Rails and then come back to see such horrible code written.

I have not tried out Magento so I don't know what the code looks like but the UI is extremely slick and Web2.0 friendly.  You may as well give it a try.</description>
		<content:encoded><![CDATA[<p>@esperado</p>
<p>I just haven&#8217;t bother with VirtueMart since.  Based on your code-quote, I can see why they have such a method to simulate custom properties, or to help with translation down the road.  Nonetheless, the whole thing is a mess.</p>
<p>On the commercial site, X-cart is also a big, f-ing mess.  I worked with Xcart and I do want to kill someone too.  It hurts you more to work in Ruby on Rails and then come back to see such horrible code written.</p>
<p>I have not tried out Magento so I don&#8217;t know what the code looks like but the UI is extremely slick and Web2.0 friendly.  You may as well give it a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: esperado</title>
		<link>http://alexle.net/archives/70#comment-118878</link>
		<dc:creator>esperado</dc:creator>
		<pubDate>Tue, 19 Feb 2008 14:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-118878</guid>
		<description>Yes, indeed, Virtuemart is one of the worse code i ever seen. And customising-it is realy painful. And, if you look to the DB requests, you die ! One hundred calls to get the captain's age !
In fact, very often, you laugh, if you don't cry) finding functions like:
publish($text) {
echo $text;
return true
}
But the most interesting thing, for me, was the forrm to set the customer account: 5 files+lang for a simple form, a lot of variables setted first, then a "case:" for all the inputs, and a while to build the form.
Reduced by 10 in simply coding-it "inline".
The most expensive and time cunsuming freeware you can find ;-)</description>
		<content:encoded><![CDATA[<p>Yes, indeed, Virtuemart is one of the worse code i ever seen. And customising-it is realy painful. And, if you look to the DB requests, you die ! One hundred calls to get the captain&#8217;s age !<br />
In fact, very often, you laugh, if you don&#8217;t cry) finding functions like:<br />
publish($text) {<br />
echo $text;<br />
return true<br />
}<br />
But the most interesting thing, for me, was the forrm to set the customer account: 5 files+lang for a simple form, a lot of variables setted first, then a &#8220;case:&#8221; for all the inputs, and a while to build the form.<br />
Reduced by 10 in simply coding-it &#8220;inline&#8221;.<br />
The most expensive and time cunsuming freeware you can find <img src='http://alexle.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sr3d</title>
		<link>http://alexle.net/archives/70#comment-15112</link>
		<dc:creator>sr3d</dc:creator>
		<pubDate>Tue, 30 Jan 2007 16:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-15112</guid>
		<description>@Mario,

I think what you have to do is to have a switch/ if conditional control block to distinguish what template to use for each product type.  When you have if statement to check for the product type (or category id) in place, you can just design the browser_1.php page to show the correct format.

I cannot go into too much details because I haven't worked with VM that extensively anymore.  If you know PHP then it should not be too bad to customize the browser_1.php page.  You just have to dig through the code a bit to know where to put the checkpoint.

Good luck and let me know if you need some help :)

Alex</description>
		<content:encoded><![CDATA[<p>@Mario,</p>
<p>I think what you have to do is to have a switch/ if conditional control block to distinguish what template to use for each product type.  When you have if statement to check for the product type (or category id) in place, you can just design the browser_1.php page to show the correct format.</p>
<p>I cannot go into too much details because I haven&#8217;t worked with VM that extensively anymore.  If you know PHP then it should not be too bad to customize the browser_1.php page.  You just have to dig through the code a bit to know where to put the checkpoint.</p>
<p>Good luck and let me know if you need some help <img src='http://alexle.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Zijlstra</title>
		<link>http://alexle.net/archives/70#comment-14953</link>
		<dc:creator>M. Zijlstra</dc:creator>
		<pubDate>Mon, 29 Jan 2007 15:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-14953</guid>
		<description>I'm working on a website and it uses the VirtueMart of Joomla. You can buy CD's and DVD's, books and cards. I have added two Product types (dutch) : 'Audio CD's en DVD's' and 'Boeken'.

The product Type 'Audio CD's en DVD's' has 3 parameters, knowing:
- spreker
- uitgever
- aantal cd's

The product Type 'Boeken' has 4 parameters, knowing:
- auteur
- uitgever
- ISBN
- aantal pagina's 

Now I want to show these items on browse_1.php, but I don't know how to do this. 

On this page all the products (50 per page) are shown; the books, cd's and DVD's. 
When the product is a DVD or CD, the paramaters as described above has to be displayd, when it is a book, the other product type parameters has to be displayd.

I’d really appreciate any suggestions.

Thanks,
Mario</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on a website and it uses the VirtueMart of Joomla. You can buy CD&#8217;s and DVD&#8217;s, books and cards. I have added two Product types (dutch) : &#8216;Audio CD&#8217;s en DVD&#8217;s&#8217; and &#8216;Boeken&#8217;.</p>
<p>The product Type &#8216;Audio CD&#8217;s en DVD&#8217;s&#8217; has 3 parameters, knowing:<br />
- spreker<br />
- uitgever<br />
- aantal cd&#8217;s</p>
<p>The product Type &#8216;Boeken&#8217; has 4 parameters, knowing:<br />
- auteur<br />
- uitgever<br />
- ISBN<br />
- aantal pagina&#8217;s </p>
<p>Now I want to show these items on browse_1.php, but I don&#8217;t know how to do this. </p>
<p>On this page all the products (50 per page) are shown; the books, cd&#8217;s and DVD&#8217;s.<br />
When the product is a DVD or CD, the paramaters as described above has to be displayd, when it is a book, the other product type parameters has to be displayd.</p>
<p>I’d really appreciate any suggestions.</p>
<p>Thanks,<br />
Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Le</title>
		<link>http://alexle.net/archives/70#comment-891</link>
		<dc:creator>Alex Le</dc:creator>
		<pubDate>Mon, 02 Oct 2006 03:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-891</guid>
		<description>Tim, the file you really need to edit is 

administrator/components/com_virtuemart/html_templates/browse/browse_1.php

I removed most of the code from crappyMart, oops, I mean virtuemart.  There are some other files you need to edit but it's been 3 months since I worked with VM so I don't remember all the details.

Don't you just feel like you want to punch someone when you read the code of VM trying to customize it?  I know I did.

Good luck!</description>
		<content:encoded><![CDATA[<p>Tim, the file you really need to edit is </p>
<p>administrator/components/com_virtuemart/html_templates/browse/browse_1.php</p>
<p>I removed most of the code from crappyMart, oops, I mean virtuemart.  There are some other files you need to edit but it&#8217;s been 3 months since I worked with VM so I don&#8217;t remember all the details.</p>
<p>Don&#8217;t you just feel like you want to punch someone when you read the code of VM trying to customize it?  I know I did.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://alexle.net/archives/70#comment-890</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 02 Oct 2006 03:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/70#comment-890</guid>
		<description>I am trying to customize the virtuemart module to list my products in rows like you have.  However, I can not find the code I need to edit to get the right styles and where to insert my overlib functions to get some more dynamic product descriptions.  PLEASE HELP!! if you have any suggestions drop me a line I'd really appreciate it.

Thanks,
Tim</description>
		<content:encoded><![CDATA[<p>I am trying to customize the virtuemart module to list my products in rows like you have.  However, I can not find the code I need to edit to get the right styles and where to insert my overlib functions to get some more dynamic product descriptions.  PLEASE HELP!! if you have any suggestions drop me a line I&#8217;d really appreciate it.</p>
<p>Thanks,<br />
Tim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.671 seconds -->
