Search:

Type: Posts; User: Soniccc

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: how to add div to free shipping image in productListing?

    Thanks :)
  2. Re: how to add div to free shipping image in productListing?

    Man how did you do that??? It works GREAT! I would never have come up with this solution myself ..
  3. Re: how to add div to free shipping image in productListing?

    I think I've tried every possible combination that I can come up with, without hitting the right spot. I'm using Dr.Byte's Column Layout Grid for my site. Sometimes when I paste the div's they're...
  4. how to add div to free shipping image in productListing?

    I've tried probably for a couple of days to add a div to this piece of code in includes/modules/product_listing.php



    It's near to impossible. I managed to put a div that wraps around the free...
  5. Re: Additional 'Featured' Products side bar box

    You will have to clone the featured sidebox code. I think it's a little complicated so you will probably need some help.
  6. Replies
    20
    Views
    2,000

    Re: Parse time: long

    Thanks Dr. Byte. I will procure a remedy.
  7. Replies
    696
    Views
    169,087

    Re: Better Together Contribution Support Thread

    Thank you for pointing me the right direction!
  8. Replies
    696
    Views
    169,087

    Re: Better Together Contribution Support Thread

    Thanks for this great Mod!

    If I wanted products from a specific category to rotate randomly in the product info page when another category were visited. How would I achieve that?

    I mean sort of...
  9. Replies
    20
    Views
    2,000

    Parse time: long

    I would need a little help analyzing my parse and query times. I think the sites a little slow although I've compressed the images and removed the line breaks from my stylesheets.

    These are...
  10. Re: Should I limit my admin to a specific IP or MAC address?

    Thank you for your comments, and for providing lengthy details on this! I will look into it!
  11. Re: Should I limit my admin to a specific IP or MAC address?

    Well the reason would be to make it harder for hackers to get access to the store back-end. But perhaps it's just clever marketing by those Companies implementing these functions.
  12. Re: Should I limit my admin to a specific IP or MAC address?

    Is IP-Protection a feature thats really needed for ZC ?
  13. Should I limit my admin to a specific IP or MAC address?

    I don't know if this is a security issue but all the same I wanted to ask. Would better security be provided if the admin login were locked to an IP- or MAC specific address?
  14. Replies
    9
    Views
    865

    Re: Move text to the bottom of main page

    I have to check it myself. I'll post here as soon as I've tried.
  15. Re: Testing the upgrade under xampp first. (No Products Showing)

    Thank you for posting the solution for us others to see!
  16. Re: Testing the upgrade under xampp first. (No Products Showing)

    K. Glad you found out!
  17. Replies
    10
    Views
    5,675

    Re: Fedex Shipping Module

    You could also try the support thread for this mod.
  18. Replies
    9
    Views
    552

    Re: Disable white box

    Well you should thank the guys who wrote the program and keeps maintaining it for free!

    If you're new to Zen Cart I would recommend this manual:...
  19. Replies
    9
    Views
    552

    Re: Disable white box

    Yup.

    Everything you put into this stylesheet only affects your main page. For global changes you would use stylesheet.css.
    It's a great way of styling individual pages and/or page categories....
  20. Replies
    9
    Views
    865

    Re: Move text to the bottom of main page

    I meant, try moving only this part:

    <?php
    /**
    * get the Define Main Page Text
    */
    ?>
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    <?php } ?>
  21. Re: How do I add an Article to a specific product page

    Why not rather put it into your product info page the normal way?
  22. Replies
    4
    Views
    510

    Re: Popup Image Will Not Work!!!

    I think you need to Reinstall the Cart. You should always try and make a backup of your current store before you make any new installations. That way you will have your store up and running again in...
  23. Replies
    10
    Views
    5,675

    Re: Fedex Shipping Module

    For the questions regarding Meter ID or curl proxy I cannot help you. Because I don't know.

    Try and install the module again on a fresh install of zencart without installing any template. Instead...
  24. Replies
    9
    Views
    552

    Re: Disable white box

    create a stylesheet called 'index_home.css'.

    open the stylesheet and add:
    #categories {display:none;}

    This will turn of the categories box ONLY on your index (home) page.
  25. Replies
    3
    Views
    344

    Re: Location of Price Issue

    Try this instead:

    #productPrices {
    color: #7fbcf0;
    margin-top:-150px;
    }

    It should help you some.
  26. Replies
    3
    Views
    344

    Re: Location of Price Issue

    Change:
    #productPrices {
    color: #7FBCF0;
    float: right;
    }
    to:
    #productPrices {
    color: #7FBCF0;
    }
  27. Replies
    9
    Views
    552

    Re: Disable white box

    When you say subcategories. Do you mean top Categories? Subcategories don't show until you click a top Category.
  28. Replies
    3
    Views
    1,060

    Re: Add FedEx Shipping Instructions?

    Never post this information here. Not if it's a live shop. You have to modify the language files of the add-on. They're located in add_on_folder/includes/languages/YOUR_LANGUAGE/. You will have to...
  29. Replies
    1
    Views
    668

    Re: News & Article Manager example site?

    Why don't just try it yourself?
  30. Replies
    10
    Views
    5,675

    Re: Fedex Shipping Module

    Download the module here:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=367

    Read the instructions carefully.

    If it doesn't work. Read this:...
  31. Replies
    1
    Views
    487

    Re: discount coupon box

    You will be able to pinpoint demographics in relation to the coupon number being used for each order. When you receive a discounted order you're able collect the age of the person and the place he or...
  32. Re: Testing the upgrade under xampp first. (No Products Showing)

    I think the user settings i.e. root in this case is only relevant for getting access to reading the db files. Did you check the db tables in your newly created local SQL Database to ensure the...
  33. Thread: Quick books?

    by Soniccc
    Replies
    4
    Views
    665

    Re: Quick books?

    ZenCart (in my opinion) would benefit greatly from instructions on how to create a link between the store's order system and an accounting system. But if it's not here, it's not here for a reason I...
  34. Replies
    1
    Views
    822

    Re: Fedex Shipping Module Problem

    Are you using a purchased template?
  35. Replies
    9
    Views
    865

    Re: Move text to the bottom of main page

    Try only monving this part:
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    <?php } ?>
  36. Replies
    10
    Views
    1,132

    Re: Remove unsubscibe link in email

    Do you want to remove the link completely?
  37. Replies
    9
    Views
    552

    Re: Disable white box

    I don't see any image. Would you be so kind and provide us with a link please.
  38. Replies
    8
    Views
    1,540

    Re: Ultimate Cross Sell Not Working?

    We would need a link to your site. You should be able to re-position the the products by using CSS.
  39. Replies
    1
    Views
    511

    Re: Add optional extras to product

    You could try this article: https://www.zen-cart.com/tutorials/index.php?article=57
    You could also try and play around with attributes function of ZenCart and try to style attributes the way you...
  40. Replies
    8
    Views
    1,540

    Re: Ultimate Cross Sell Not Working?

    The zip containing the add-on, should have the install instructions with it. You could try looking at the thread below. It sort of explains in detail, what you need to do in order for your mods to...
  41. Replies
    4
    Views
    424

    Re: shoppingCartSidebox

    That's a smart suggestion. I wish my head wasn't upside down.
  42. Replies
    4
    Views
    424

    Re: shoppingCartSidebox

    Thank you, Sir.
  43. Replies
    4
    Views
    424

    shoppingCartSidebox

    Hello everyone. I'm trying to build a B2B site. The no. of items for each order will generally be large. So, the shoppingCartSidebox will generally display a long sequence of items (almost not...
  44. Replies
    1
    Views
    296

    shoppingCartSidebox

    Hello everyone. I'm trying to build a B2B site. The no. of items for each order will generally be large. So, the shoppingCartSidebox will generally display a long sequence of items (almost not...
  45. Re: Can't Checkout - "Whoops! Session Timeout" error

    If this happened on a fresh (unmodified) install of version 1.5 Beta. I think it's a bug.
  46. Re: Can't Checkout - "Whoops! Session Timeout" error

    What happens if you switch back to template classic?
  47. Replies
    1
    Views
    453

    Re: Removing Side Boxes

    You could try deleting the appropriate table entries in your MySQL db.
    I think it's pretty safe. You'll just not be able to configure those settings anymore .. not before you reset those tables.
  48. Replies
    5
    Views
    979

    Re: Countdown Sidebox Help please

    Perhaps you should use the support thread for this mod or contact the author.
  49. Replies
    6
    Views
    571

    Re: Optons for IE Conditional Styleseets

    I guess you're right .. :)
  50. Replies
    6
    Views
    571

    Re: Optons for IE Conditional Styleseets

    With my limited technical abilities, I had hell installing that mod. It probably took me several attempts over a couple of weeks so .. I just thought there must be a simpler way ..

    Thanks for...
Results 1 to 50 of 381
Page 1 of 8 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR