News:

Support the VirtueMart project and become a member

Main Menu

www.pcfactory.com.au

Started by Goonie, November 21, 2006, 01:28:41 AM

Previous topic - Next topic

Goonie

The site is 99% completed, however i feel the speed is a bit slow. Could everyone give me feedback on speed,performance and design please.

site url: http://www.pcfactory.com.au

Many thanks

dmanvan

Well done.

A couple of small items:

The homepage could be a bit shorter including broader product categories. Look at Dell or HP, they sell by industry not hardware type. They're aimed at providing benefits to you, the customer.

You don't clearly define your locality.  From the URL it seems that you may be in Australia, but I'm not sure.  You could do this by clearly stating your Company mission, for example, "Providing great products and support to the Australian Technical Industry."

Nice polished website.  :)

Goonie

Thanks Dmanvan,

Quote...he homepage could be a bit shorter including broader product categories..

as more products or more generalize ?

Quote...You don't clearly define your locality. ..

Note taken, front page still being working at.

Cheers

Olof

Fantastic Job!!!
What I like best is your category view...

http://www.pcfactory.com.au/index.php?option=com_virtuemart&page=shop.browse&category_id=23&Itemid=32

Is there any chance you could share how you achieved this?

Rich

ipcomp

where did you get the great template ??

didaho24

Hi ipcomp,

the template used was 247 clean, google it.


Hi Rich..

Thanks for your compliment  ;D

Quote from: Olof on December 24, 2006, 17:35:18 PM
Fantastic Job!!!
What I like best is your category view...

http://www.pcfactory.com.au/index.php?option=com_virtuemart&page=shop.browse&category_id=23&Itemid=32

Is there any chance you could share how you achieved this?

Rich

yes we would kindly share, but it takes too long to explain everything so we will copy the code here for you.

the path to edit that file is ..

site/administrator/components/com_virtuemart/html/templates/browse/

create a new file, and set it as your default for browse.
or simply create a new file called browse_1.php and overwrite the existing file in that location.

the code i used was ..

-------------------------------------
<style type="text/css">
<!--
body {
   background-color: #b9298b;
   
}
.style1 {color: #b9298b}
-->
</style>
<br />
<table width="95%" height="193" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="40" colspan="3" nowrap="nowrap" style="border-left: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;" background="http://www.pcfactory.com.au/images/top.gif"><div  style="float:left;text-align:left;text-indent: 5px;"><a style="font-size: 16px; vertical-align:middle; font-weight: bold;" title="{product_name}" href="{product_flypage}"> {product_name}</a></div><div class = "browsesku">{product_sku}&nbsp;&nbsp; &nbsp;</div></td>
  </tr>
  <tr> <td width="95" bgcolor="#b9298b" style="border-left: 1px solid #CCCCCC;"><div valign ="top" align="center"><a href="{product_flypage}" title="{product_name}"> <img src="{product_thumb_image}" alt="{product_name}" border="0" align="middle" {image_height} {image_width} /></a></div></td>
  <td width="1097" colspan="2" valign="top" bgcolor="#b9298b" style="border-right: 1px solid #CCCCCC;"><div class="bproductdesc1">{product_s_desc}....<a href="{product_flypage}" title="{product_details...}">more</a></div> <a href="{product_flypage}" title="{product_details...}"></a>          <a href="{product_flypage}" title="{product_details...}"></a>
    <br /></td>
  </tr>
  <tr>
    <td height="46" valign="middle" bgcolor="#b9298b" style="border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;" ><div class = "browseprice"> {product_price}</div></td>
    <td height="46" colspan="2" valign="middle" bgcolor="#b9298b" style="border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;" ><div style="float:right;text-align:center">{form_addtocart}</div></td>
  </tr>
</table>
-----------------------

you can easily edit this table in dreamweaver or some html editor


you may need to edit your css file a little to achieve the same look.

Hope we helped,

Olof

didaho24, thank you so so much!!

Best of luck with your store!

Rich

simfreefonez

#7
I agree with all the above, fantastic job!
I also used your browse template on my site, with 2 products per row. www.simfreefonez.com/shop/nokia_105/ hope you don't mind ;)
I don't mean to be an annoyance but is there any chance you would also share your flypage.php and featured products module code ?  It'd be great to have the two matching.
Thanks in advance,
Tony

Goonie

Simfreefonez:

Here is the product flypage.php that you will find under: 

/administrator / components / com_virtuemart / html / templates / product_details / directory

<table border="0" padding ="0" style="width: 100%;">
  <tbody>
<tr >
  <td valign="top" style="text-align:center;">
<table style="border-top: 1px solid black;border-bottom: 1px solid black;border-left: 1px solid black;border-right: 1px solid black;" width="100%"  bgcolor="#b9298b">
        <tr>
          <td colspan="2" bgcolor="#d31b1b"><h2 align="center">{product_name} {edit_link}   </h2></td>
          </tr>
        <tr>
          <td width="18%" align="center" valign="middle"  bgcolor="#b9298b"><div align="center">{product_image}<br />
            {more_images}</div></td>
          <td width="72%" align="left" valign="middle"  bgcolor="#b9298b"><div align="left"><strong>            Product Summary: </strong><span class="bproductdesc1">{product_s_desc}</span>...</div></td>
        </tr>
        <tr align="left">
          <td align="center" valign="middle"  bgcolor="#b9298b"><div class  = "detailprice" >{product_price}</div></td>
          <td valign="middle"  bgcolor="#b9298b"><div>{addtocart}</div></td>
        </tr>
      </table>
    <div align="left"><strong><br />
      Product Long Description</strong>:           {product_description}<br/>    
        <span style="font-style: italic;">{file_list}</span></div></td>
    </tr>
<tr>
  <td><hr />{product_reviews}</td>
</tr>
<tr>
  <td>{product_reviewform}<br /></td>
</tr>
<tr>
  <td>{related_products}<br /></td>
</tr>
<tr>
</tr>
  </tbody>
</table>
{navigation_childlist}<br style="clear:both"/>


The feature product on the frontpage is from this post on this forum: http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=18285.0

Ofcourse you are welcome to study our codes and copy anything you like  ;D

Have fun!


Rico Suave

nice website....

how did you do the sitemap? Is it a standard module??
Visit my website: http://www.joomingdales.com
I'm a spammer www.sendai.nlI'm a spammer www.batteryking.euI'm a spammer www.dirtbikeshop.euI'm a spammer www.porscheforum.euI'm a spammer www.usano.comI'm a spammer www.moviestars.nlI'm a spammer www.thx.nl

Goonie

Thanks Suave123,

We use Joomap for our sitemap as it does provide Google sitemap as well. You can find the component here:

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,202/Itemid,35/

We used to have ARTIO JoomSEF installed as well for search engine friendly URL but I find it does slow our site down a little bit and also for some strange reason, Google does not index our product pages, so I took it off.

ARTIO JoomSEF is a great component and work well with Virtuemart, pity it does not add up for us.

Cheers.

Rico Suave

Artio JoomSEF I have purchased it also, have the same problems with it....google doenst index it properly...
Visit my website: http://www.joomingdales.com
I'm a spammer www.sendai.nlI'm a spammer www.batteryking.euI'm a spammer www.dirtbikeshop.euI'm a spammer www.porscheforum.euI'm a spammer www.usano.comI'm a spammer www.moviestars.nlI'm a spammer www.thx.nl