News:

Looking for documentation? Take a look on our wiki

Main Menu

Furnitureshop www.sedaro.de - new layout

Started by adtp, April 11, 2006, 13:31:59 PM

Previous topic - Next topic

adtp

Hallo,
the link to the site is

www.sedaro.de

I made some changes for a better selection of the products. A lot of furniture can be configurate like different material, colour and dimension. Perhaps you can tell me if its understanble (if possible in a very simple English).
At the moment the site is only in german.


Thank you
Best regards
Torsten
current project SEDARO Möbel - language: german [Sitzwürfel - Sitzhocker & Wohnaccessoires]

aabinitio

Hey

I loved your site, especially the simplicity of style. Brilliant! Even though i couldn't understand a single word. lol

Is the design custom made or you have modified any template?

I would love to have similar style site. Can i have a copy of your template?

AAB

adtp

Hallo,
thank you. Yes it is a custom made template – better it is not one, they are more then 10 pieces, add at special parts for the look.

Torsten
current project SEDARO Möbel - language: german [Sitzwürfel - Sitzhocker & Wohnaccessoires]

hotfrost

the colors is OK..the design is so-so..

Suggestion: make the thumnails bigger, profoundier..and take a lot of text from undre...let your customer read in the description page..

but overall..the design will work and live for 1 year. then it will die...

but better then many of sites i have seen here..:)

adtp

Hallo Hotfrost,
I know what you mean – I´m working on an alternative layout and it is almost ready. So if you / all take a look

http://www.sedaro.de/index.php?mos_change_template=offen

Torsten
current project SEDARO Möbel - language: german [Sitzwürfel - Sitzhocker & Wohnaccessoires]

Adam

I got a question about FLYPAGE in your furniture shop.
There is a scripts (java?) that show big imege from bottom thumb, when you click and
second script that work when you choose a material... when you click on your choose,
material is automative select to the "1. Schritt:".

Can you tell my how its work ?

Iv got cosmetics shop to build and that function will be great to choose a color with some
cosmetics.

Adam PL

adtp

Hallo,
yes it is made with JavaScript. But I've changed so many files that I don't know what is necessary for it. The JavaScript functions are (material is the attributt):

**************

function matauswahlcheck()
{
if (document.addtocart.material.selectedIndex  == 0)  {
alert("Bitte Material auswählen!");
return false;
}
}

<script language="JavaScript" type="text/JavaScript">
<!--
function matchange()
{


   if(document.addtocart.material.selectedIndex  == 1)
      MM_swapImage('attribut','','images/shopbilder/material/00-uebersicht/01-eleder-v.jpg',0);
   if(document.addtocart.material.selectedIndex  == 2)
      MM_swapImage('attribut','','images/shopbilder/material/00-uebersicht/02-kleder-v.jpg',0);

}
//-->
</script>

<!-- MaterialThumb 1 -->
<div style="float:left; margin-left:0px; margin-top:8px; cursor:pointer;" title="Echtleder Ansicht vergrößern">
<script type="text/JavaScript">
<!-- document.write('<a href="javascript:void()">'); -->
</script>
<noscript>
<a title="Echtleder Ansicht vergrößern" href="images/shopbilder/material/00-uebersicht/01-eleder-v.jpg" target="_blank">
</noscript>
<img class="Brahmen" onmouseover="pviiClassNew(this,'Brahmen_A');return true" onmouseout="pviiClassNew(this,'Brahmen');return false" src="images/shopbilder/material/00-uebersicht/01-eleder-a.jpg" width="52" height="52" border="0" onclick="MM_swapImage('attribut','','images/shopbilder/material/00-uebersicht/01-eleder-v.jpg',0);document.addtocart.material.selectedIndex = 1;return false" />
</a></div>


<!-- MaterialThumb 2 -->
<div style="float:left; margin-left:8px; margin-top:8px; cursor:pointer;" title="Kunstleder Ansicht vergrößern">
<script type="text/JavaScript">
<!-- document.write('<a href="javascript:void()">'); -->
</script>
<noscript>
<a title="Kunstleder Ansicht vergrößern" href="images/shopbilder/material/00-uebersicht/02-kleder-v.jpg" target="_blank">
</noscript>
<img class="Brahmen" onmouseover="pviiClassNew(this,'Brahmen_A');return true" onmouseout="pviiClassNew(this,'Brahmen');return false" src="images/shopbilder/material/00-uebersicht/02-kleder-a.jpg" width="52" height="52" border="0" onclick="MM_swapImage('attribut','','images/shopbilder/material/00-uebersicht/02-kleder-v.jpg',0);document.addtocart.material.selectedIndex = 2;return false" />
</a></div>

*************
Perhaps you have to change some corefiles that it works, I really don´t know – it´s about more than 6 month ago.

Torsten
current project SEDARO Möbel - language: german [Sitzwürfel - Sitzhocker & Wohnaccessoires]

hotfrost

yee..very nice work on fly page..Love it..

images plus additional description fields..- nice..

thanks for posting the  code!

meisay

This looks GREAT!!

Please more help with implementing this feature --- where do you put the Javascript, and what core files need to be changed to get this working properly.  I think something might need to be added to ps_product_attribute.php and probably more... but I don't know php.

I have a shirt shop and this would make my job a WHOLE lot easier, and better for customers to see exactly what the shirt looks like before they buy it.

Help Please!   :-[

adtp

Hallo,
yes you are right there have to be some changes in the ps_product_attribute.php, but the problem is the I work still with phpShop. I´m still comparing, but the function list_attribute($product_id) in ps_product_attribute.php has changed. I put the function on the server:

http://www.sedaro.de/bilder/changes.txt

I don´t know if there are more changes to do, as I told it´s long time ago and because I´m not a programmer I did not documented it.
Note: I´ve you work with JS in the productdescription it is difficult for the most editors. I don´t work with any editor.

Hope I could help you
Torsten
current project SEDARO Möbel - language: german [Sitzwürfel - Sitzhocker & Wohnaccessoires]