Menu

Price in admin is good , Price shop not.

jadrun
2003-07-05
2003-07-06
  • jadrun

    jadrun - 2003-07-05

    I got a problem , Hope some one can say how i fix it.

    I dont want to have VAT because my prices are already in VAT.

    In the admin screen the price is okay (545)
    When i look at the shop its 0.00

    Maybe it comes because of the VAT i have Brutopreis is 0.0000
    But when i put it on 1.19000
    I doesnt work too,
    As description for products i put this in it:
    <style>
    <!--
    ul           { color: #B20000 }
    -->
    </style>
            <ul>
              <li style="list-style-type: disc">
              <font color="#111111" face="Tahoma" size="2">5.0 Megapixel</font></li>
              <li style="list-style-type: disc">
              <font face="Tahoma" size="2" color="#111111">12X Digital Zoom</font></li>
              <li style="list-style-type: disc">
              <font face="Tahoma" size="2" color="#111111">3X Optisch Zoom</font></li>
              <li style="list-style-type: disc">
              <font face="Tahoma" size="2" color="#111111">Powershot Serie Top-Model
              van Canon!</font></li>
              <li style="list-style-type: disc">
              <font face="Tahoma" size="2" color="#111111">Aluminium Behuizing</font></li>
            </ul>

    Maybe this is the problem dont know , BUt i need to use that code!

    Can some one on this board can help me with this problem ?

     
    • Andreas Kansok

      Andreas Kansok - 2003-07-06

      May be you should use 1.0 as VAT instead of 0.0, because Brutto is netto*VAT ;-)

      Your product description shouldn't be a problem; HTML code is allowed except <form>, but you don't use it.

      If you wish to use only Bruttoprices in your shop, it is easier to set user group 'public area' to 'netto'. Then no VAT is added to its prices.

      Greetings,
      Andreas.

       
    • jadrun

      jadrun - 2003-07-06

      Thanx dude for the help , Got another question,

      The Add to Cart giff , I want to make that a normal post button , No Image but a click button , How can i do that , ive i change input type to image he works, but no button , when i change to button i have the cool/good button , But it wont add things , no href under it

      How can i fix that?
      Would be cool , with my layout styles!

       
      • Andreas Kansok

        Andreas Kansok - 2003-07-06

        Do you tried
        <input type=submit ... ?

         
    • jadrun

      jadrun - 2003-07-06

      GoooooooD! , Thanx man !! It works , You rule , Good service good support! :P

       
    • jadrun

      jadrun - 2003-07-06

      Again a question , HOw can i get the Order button next to the field with how much you want of the product

      Like No.of items: 1                    Order now

      In Detail.php..

       
      • Andreas Kansok

        Andreas Kansok - 2003-07-06

        That's simple HTML (more or less ;-) And I can not say, what have you changed and what is to do ...
        Following idea: Browse to product detail view with you browser. Take a look into HTML source code or use this source code for design with WYSIWY(perhaps)G-editor.
        If it looks like you expect and wish, try to create new HTML-code with detail.php.

        Greetings,
        Andreas.

         
      • Andreas Kansok

        Andreas Kansok - 2003-07-06

        Another idea:
        Try something with align=left or right in <td> definitions. Or use CSS for alignment.

         

Log in to post a comment.