Search:

Type: Posts; User: enochian

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,049

    v151 Re: Session lost in Chrome and Safari

    Thanks for this solution. I was having a similar problem with Chrome. Every time I tried adding products to the shopping cart I was getting the error Whoops! Your session has expired. This was...
  2. Replies
    5
    Views
    1,038

    v151 Re: EZ Blog [NEW MOD] - anyone interested?

    Hi

    This would be handy for a site I am almost finished. I am looking to add a page where I can add articles or news. I don't need comments or anything like that. Hope you put this together...
  3. Replies
    21
    Views
    2,098

    v151 Re: which file calls tpl_index_product_list.php?

    In case anyone is interested I actually shortened the code as gjh42 did from this:



    To this:

    if ($current_category_id == 10) {
    $tpl_page_body = 'tpl_index_document_list.php';
    } else { ...
  4. Replies
    21
    Views
    2,098

    v151 Re: which file calls tpl_index_product_list.php?

    I think I might have worked it out. After rereading the thread I tried a few things and then tried this:

    $flag = FALSE;
    switch (TRUE) {
    // is current category 10
    case...
  5. Replies
    21
    Views
    2,098

    v151 Re: which file calls tpl_index_product_list.php?

    When I use cpath=7_10 none of my products show. If I use cpath=7 my products show but it changes the category and the subcategory product listing. I only want to change the subcategory product...
  6. Replies
    21
    Views
    2,098

    v151 Re: which file calls tpl_index_product_list.php?

    Hi

    I know this thread is pretty old now but I hope someone could help



    Is there a way to use the cpath of a subcategory?? I have managed to get this to work and it is what I am after but I...
  7. Replies
    3
    Views
    1,287

    v151 Re: Quantity box attributes

    I found a site here that has something that would work for me if I could figure out how it's done. It's a bit different but still looks OK. This site is using Zencart as well so there must be a way...
  8. Replies
    3
    Views
    1,287

    v151 Re: Quantity box attributes

    I have tried that one but as I mentioned it doesn't do exactly what I want because as far as I can tell I can't set them out the way I want.

    Thanks
  9. Replies
    3
    Views
    1,287

    v151 Quantity box attributes

    Hi

    I have been searching the forum for days and can't find what I am looking for. If anyone knows a thread already available please let me know.

    I want to be able to make attributes with a...
  10. Replies
    543
    Views
    121,552

    Re: Product Attribute Grid

    Hi

    I seem to be having the same problem.


    I have installed Product Attribute Grid and I can't seem to get any of the attributes to add to the cart. I am using priced by attributes but I have...
  11. Replies
    104
    Views
    28,635

    Re: all products in a category, show in one page,order by sub-categories

    I originally posted this in a different thread and was directed here so I will post my solution here:



    I didn't realise there were two different mods being discussed in this thread. I used the...
  12. Replies
    10
    Views
    1,069

    v151 Re: Make a page with a list of all subcategories

    Sorry, I didn't realise there were two different mods being discussed in that thread. I used the zip file in post #29

    When I installed it I got a white blank page and could not see any of the...
  13. Replies
    10
    Views
    1,069

    v151 Re: Make a page with a list of all subcategories

    OK it seems to be displaying on the main page and I can also get it to work on the category page but it just seems to show all the products in all the categories. How do I make it only display the...
  14. Replies
    10
    Views
    1,069

    v151 Re: Make a page with a list of all subcategories

    Hi Glenn Thanks for the link to that thread. It seems to be what I am looking for. I tried the latest files posted by McCrockett but after installing nothing happened. I noticed someone else...
  15. Replies
    10
    Views
    1,069

    v151 Re: Make a page with a list of all subcategories

    I still haven't figured out how to do this. Maybe if I explain a little better.

    Say I have a category called Ink, then I have subcategories Red, Blue, Yellow, etc. When I click on Ink now it...
  16. Replies
    108
    Views
    27,538

    Re: Frontpage Slideshow support thread

    Hi

    I figured it out by the log file. In the file includes/extra_datafiles/slideshow.php I had to change this:

    define('TABLE_SLIDESHOW', DB_PREFIX . 'Frontpage_slideshow');
    to this:
    ...
  17. Replies
    108
    Views
    27,538

    Re: Frontpage Slideshow support thread

    Hi

    I had already tried that but I get this message: WARNING: An Error occurred, please refresh the page and try again. Also the text added to define page editor is not showing.

    Thanks
  18. Replies
    108
    Views
    27,538

    Re: Frontpage Slideshow support thread

    Hi

    I have installed this mod but can't get it to work. It doesn't display on my page.

    In the tpl_index_default.php I noticed it references a file that does not exist, see below:

    <!-- begin...
  19. Thread: grid layout

    by enochian
    Replies
    12
    Views
    1,850

    v151 Re: grid layout

    Hi

    I have used flexible product listing, you can find it here http://www.zen-cart.com/downloads.php?do=file&id=1585, but it only worked on my category pages. After a bit of hunting around I found...
  20. Replies
    10
    Views
    1,069

    v151 Make a page with a list of all subcategories

    Hi
    I would like to make a page to list all the sub categories. I can make a new page following these instructions http://www.zen-cart.com/wiki/index.php/Creating_new_pages but I am not sure what to...
  21. v150 Re: How do I remove Free Shipping: $0.00 from email?

    I think I have it worked out. I was looking at this thread http://www.zen-cart.com/showthread.php?111307-Removing-free-shipping-text-from-virtual-product-total and at the bottom of the first page it...
  22. v150 How do I remove Free Shipping: $0.00 from email?

    Hi
    I am currently working on a site where all products are virtual. I have managed to remove all reference to shipping on the site but I can't figure out how to get rid of the Free Shipping: $0.00...
  23. v150 How do I add two manufacturers to a product?

    I am working on a site where you can book courses. I want to be able to search by location. Not sure if its possible but I noticed you can search by manufacturer. Since I don't need the manufacturers...
  24. Replies
    158
    Views
    77,575

    Re: How To Add New Product Fields?

    Hi I have used this thread to add extra fields and it works great, thanks.

    I was wondering if anyone could tell me how to add radio buttons. For example I am working on a site where you can book...
  25. Replies
    3,557
    Views
    540,873

    Re: Stock by Attribute v4.0 addon for v1.3.5-1.3.9

    Hi I was wondering if you could tell me how to fix the bug and make the new function file. I have tried installing this add on but it does not appear to work in Zencart version 1.5.0

    Any help...
  26. Replies
    42
    Views
    11,818

    Re: how to keep categories unfolded on sidebox?

    This is a very good simple way to keep the catergories expanded but it's says that you can just expand one or as many catergories as you want but when I expanded just one of my categories my level 3...
  27. Replies
    2
    Views
    853

    Re: Dispalying subcategories in sidebox

    I did try searching the forum but obviously not well enough. Thanks for the link I shall give it a go. :smile:
  28. Replies
    2
    Views
    853

    Dispalying subcategories in sidebox

    I would like to have my subcategories show in the category sidebox without clicking on the category.
    eg. This is how i would like the catergories side box to look all the time.
    NEW PRODUCTS
    ...
  29. Replies
    2,251
    Views
    336,655

    Re: ozpost shipping module

    I would like to know if there is any way to put the size needed to calculate postage on the options. For example I am doing a site that sells some paintings, in the options the customer chooses the...
  30. Replies
    2,251
    Views
    336,655

    Re: ozpost shipping module

    Thanks for the help Rod.:smile:

    I decided to re install everything and now it seems to be working and when I calculate shipping in Australia everything works great but if I calculate shipping to...
  31. Replies
    2,251
    Views
    336,655

    Re: ozpost shipping module

    Hi

    I have a different problem that no one else seems to have. I have installed this module and followed the install instructions and every thing works except I can not add dimensions for my...
  32. Replies
    61
    Views
    15,527

    Re: Dynamic DropDown with Image

    Can anyone help me with this code. I have tried following from the beginning. I just can't get it to work, I am new to Zencart but understand the way the templates work. If anyone could give me the...
Results 1 to 32 of 33
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR