Search:

Type: Posts; User: roboto

Search: Search took 0.01 seconds.

  1. Thread: Sale by Brand

    by roboto
    Replies
    9
    Views
    1,560

    Re: Sale by Brand

    i just did what you said around line 58.
    however sale price now is shown correctly but not into the cart which is not a sale price.

    any ideas?
  2. Thread: Sale by Brand

    by roboto
    Replies
    9
    Views
    1,560

    Re: Sale by Brand

    i did it! thanx again ;)
  3. Thread: Sale by Brand

    by roboto
    Replies
    9
    Views
    1,560

    Re: Sale by Brand

    mmmm... it works but it also does his job to Specials produtcts. I mean, if a product is old and i set up a 50% discount it's ok. I just need the trick on the sale products, not specials.

    if...
  4. Thread: Sale by Brand

    by roboto
    Replies
    9
    Views
    1,560

    Re: Sale by Brand

    I really love you :)

    thanx!
  5. Thread: Sale by Brand

    by roboto
    Replies
    9
    Views
    1,560

    Sale by Brand

    Hi to all,

    I have all my products with a discount of 10% off on the entire catalog. Whatever i need to keep the full price for a couple of brands. So i need to make somethin like:

    if...
  6. Replies
    373
    Views
    88,627

    Re: Auction Lister Pro (ALP) Support

    Yes, it is the same db.
  7. Replies
    373
    Views
    88,627

    Re: Auction Lister Pro (ALP) Support

    The DB_Prefix is ok, i had to change it right after installation in "zen_" to make everything work. So, what could it be?
  8. Replies
    373
    Views
    88,627

    Re: Auction Lister Pro (ALP) Support

    Hi, i installed ALP and everything seems ok but in the Product dropdown i don't get anything listed.

    Any ideas?
  9. Replies
    4
    Views
    1,801

    Re: Attribute modules

    this mod would save a lot of time!
  10. Replies
    858
    Views
    205,581

    Cash on Delivery

    I just noticed that Cash On Delivery (cod) is not added in any calculations even in gran total.
  11. Replies
    858
    Views
    205,581

    Re: Sales report 2.0

    Here it is
    http://www.zen-cart.com/forum/showpost.php?p=452523&postcount=239
  12. Replies
    858
    Views
    205,581

    Re: Sales report 2.0

    Hi,

    I've just installed Sales Report 2.2rc1 and i like it a lot. It does 80% of what i need. However i think it could be more complete adding a couple of functions such:

    Report Sales by...
  13. Re: Product list replacing dropdown manufacturer filter with images

    Look at the HTML code, it works



    <table width="100%" border="0" cellspacing="0">
    <tr>
    <td width="415" align="center"><span><a...
  14. Re: Product list replacing dropdown manufacturer filter with images

    Yep, just change "8" to "3" in the code below



    if ( (($i+1) % 8) == 0 ) echo $newrow="</tr><tr>"; // change 6 to 8 and see
  15. Re: Product list replacing dropdown manufacturer filter with images

    well... remove the class="trasparent" it's not needed
  16. Re: Product list replacing dropdown manufacturer filter with images

    This an improved version with rows



    <?php
    ($options[$i]['id']);
    if (!isset($_GET['manufacturers_id'])){

    ?>
    <table width="100%" border="0" cellspacing="0">
  17. Replies
    8
    Views
    11,481

    Product Zoom Image

    Anybody knows how to implement the image zoom as Magento does?

    ...
  18. Re: Product list replacing dropdown manufacturer filter with images

    Actually I think what i've done is not the right way to do it but it works and i coded everything without any help from this forum as usual. In my posts nobody mind to answer.

    so, in...
  19. Re: Product list replacing dropdown manufacturer filter with images

    done

    http://www.quartershop.com/index.php?main_page=index&cPath=1_42
  20. Product list replacing dropdown manufacturer filter with images

    Hi zenners,

    i need to replace the dropdown manufacturer sorter in the product list with the manufacturer images. so, instead of having the dropdown the user will sort per manufacturer products by...
  21. Replies
    373
    Views
    88,627

    Re: Auction Lister Pro (ALP) Support

    HI David,

    I read all the 13 pages to know something more about the development of ALP. What i did not understood, actually, is if this mod is ready for production. is it functional?

    thanx in...
  22. Thread: Newest First?

    by roboto
    Replies
    6
    Views
    2,667

    Re: Newest First?

    i don't see any SQL code in that file
  23. Thread: Newest First?

    by roboto
    Replies
    6
    Views
    2,667

    Re: Newest First?

    I also would like to know where the query is. any news?
  24. Replies
    10
    Views
    3,009

    Re: How to sort All Products Listings?

    Hi, I tried 7 but doesn't work. only 2a and blank value seems to affect in some way the display order
  25. Replies
    110
    Views
    26,857

    Re: Google Mapinator

    this link provides a better solution than any mod proposed in this forum. no modification required, multi sites updateable online via google calc, colors, sidebar.
    ...
  26. Replies
    0
    Views
    1,049

    Question: Tab Menu and sub-categories

    Hi all,

    I know that ZenCart supports Tabs Menu but on my site when i turn it on just displays tha main categories. so, there is a mod or a hack to show everything below?

    here a couple exemples...
  27. Replies
    0
    Views
    1,041

    Confused about Featured Image Size

    Hi folks,

    I am VERY confused here...
    I'm trying to resize the image for Featured Products from the Admin. But mine is in Italian and i don't find any entry for Featured Products Height/Width...
  28. Replies
    14
    Views
    2,183

    Re: Stop products from being disabled?

    yeah thanx, i figured out that after i posted. i made a script to automatically update quantity and status.

    cheers
  29. Re: skip category main page with first sub-category

    ok, nobody answer.
    i've done what i wanted to do using mod_rewrite from apache. no zen-cart's code to touch.

    in .htaccess file write:


    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f...
  30. Replies
    14
    Views
    2,183

    Re: Stop products from being disabled?

    i have the same problem. i want to disable the product when is =0 but when i set it to 0 the product still show up.
  31. Re: skip category main page with first sub-category

    UP!

    Hey, this is the second post where i am asking for help and for the second time i don't get any answer... am I invisible or what???

    there's a way to hardcode links to categories??
  32. skip category main page with first sub-category

    Hi people :)

    I have a problem with sub-category listing. have categories like this:


    snowboards
    > boards
    >> brand 1
    >> brand 2
  33. Replies
    2
    Views
    823

    Re: attributes in horizontal loop

    - bump -
    no answers? :(
  34. Replies
    0
    Views
    809

    Stock by Attributes - modification requied

    Hi Folks,

    I need a little modification to the Stock by Attributes module. I need to have in the same mysql "products_with_attributes_stock" table the "products_model" field, in the same way it...
  35. Replies
    2
    Views
    823

    attributes in horizontal loop

    Hi folks,

    I am wondering if i can place the attributes like size and color onto one line using horizontal loop or whatever.

    thanx in advance
    R
Results 1 to 35 of 36
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR