Jump to content

My New Site.....www.dW01F.co.uk


Guest DAVESWAREZ

Recommended Posts

You have done one heck of a job on your site and it should stand as a lesson for others to see what can be done. It's exciting to see a site so well thought out in the midst of so many problems that others seem to have.

The site works in IE as well as Fire Fox. The only suggestion I have is to move the search box out of the header. Move it to the left column or center it under the top navigation.

All in all a wonderful job and would stand as one of the best I've seen.

Link to comment
Share on other sites

Your side navigation is not compatible if you shrink the window down, it covers some of the text on the left hand side.!!!!!!!

youve also got the CC copywrite at the bottom of your site.......But not at the top, which would leave me to believe you aint got no licence but you have removed some of the copywrite!!!!!!!!!!!!!!!!!!!!!!

I would advise sorting it pretty quick my friend ;)

But otherwise...pretty damn cool site :)

Burgensteen

Link to comment
Share on other sites

For the record there is a violation here and thank you burgensteen for leading me to it. The violatiuon is that the 'Powered by Cube Cart' appears in the browser window but disappears after the page is loaded. Please fix this as soon as possible. PM has been sent to the web master

Link to comment
Share on other sites

Guest DAVESWAREZ

For the record there is a violation here and thank you burgensteen for leading me to it. The violatiuon is that the 'Powered by Cube Cart' appears in the browser window but disappears after the page is loaded. Please fix this as soon as possible. PM has been sent to the web master

Sorry didn't realise the header had dissapeared how would I fix that?

Thanks for the comments btw ;)

Link to comment
Share on other sites

Guest DAVESWAREZ

Just done some more heavy modification but am stuck on a couple of things if anyone can help me, firstly how do you fix the latest products to display properly in IE like they do in FF also more importantly as this has got me stumped i want do display the stock quantity on the product listing (viewcat) page the same as it is on the product description page...i tried to copy the code across but it just not displaying the qty text :rolly::lol:

Any help would be much apreciated :)

Link to comment
Share on other sites

For your latest products fix try this:

In the includes/content/index.inc.php find this line:

for($i=0;$i<count($latestProducts);$i++){

Replace with this code

$across=4;

$index->assign("TW",100/$across);

for($i=0;$i<count($latestProducts);$i++){

if (!(($i+1) % $across)) {

$index->assign("TXT_TR","</tr><tr>");

} else {

$index->assign("TXT_TR","");

}

in skins/{insert skin name}/styleTemplates/content/index.tpl replace all code

between

<!-- BEGIN: repeat_prods -->

and

<!-- END: repeat_prods -->

including those two lines above with this code

<table width="100%" border="0"><tr>

<!-- BEGIN: repeat_prods -->

<td width="{TW}%">

<div style="float: center; text-align: center;">

<a href="index.php?act=viewProd&amp;productId={VAL_PRODUCT_ID}"><img src="{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" /></a>

<br />

<a href="index.php?act=viewProd&amp;productId={VAL_PRODUCT_ID}" class="txtDefault">{VAL_PRODUCT_NAME}</a>

<br />

{TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span>

</div>

</td>

{TXT_TR}

<!-- END: repeat_prods -->

</tr></table>

The $across variable is used to specify number products across.

Link to comment
Share on other sites

Guest DAVESWAREZ

Thanks for that roban, it did work just not 100% compatiable with my design..still it does look abit better now :blink:

Still need help with my Qty problem if anyone has any suggestions it would be much apreciated :sourcerer:

Link to comment
Share on other sites

Guest groovejuice

Nice customization of the skin Dave. If you'd like the latest product boxes to align (which will look better in my opinion) try to give the divs a universal pixel height such as height: 190px; (adjust this value until it works) rather than the percentage you currently use. You can also add a margin-top:10px; value to give the divs consistent separation, since margin is more consistent across browsers than padding.

By the way, there is no float:center; property in CSS.

You also seem to enjoy the effects of the peekaboo bug which causes the dotted borders to appear inconsistently in IE. Just add position:relative; to those divs and that will solve that issue.

Nice work!

Link to comment
Share on other sites

Guest DAVESWAREZ

thnx for that groovy it seems to hav done the trick... wit such superior knowledge wud u be able to help me wit my other little problem of QTY as mentioned above as that has really got me perplexed :(

Link to comment
Share on other sites

Guest groovejuice

I'm afraid I can't help with the stock issue. If you don't get an answer here, try next door at cubecart.org for a mod that would do what you need. By the way, your latest product boxes look way better! :(

Link to comment
Share on other sites

Guest Odin Wright

Going to have to bump this post up.

Very professional. It really shows the diversity you can accomplish with CC's layout.

You have a great selection of products too.

Link to comment
Share on other sites

Guest DAVESWAREZ

Going to have to bump this post up.

Very professional. It really shows the diversity you can accomplish with CC's layout.

You have a great selection of products too.

Thanks Odin have put alot of work into it for the past month, the only problem is now getting customers onto the site and buying otherwise I cant really justify doing any more work on it atm...anyway fingers crossed ;)

Link to comment
Share on other sites

  • 1 month later...
Guest DAVESWAREZ

OK so its been a few months now since I setup my site but I have made some heavy modification since the last post, so I was hoping someone would check to make sure everything is working ok.... also if someone uses Opera I would be interested to know how it displays in that as I only use Firefox and Explorer.

Thanks in advance for your help guys 'n' gurls :w00t:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...