Search:

Type: Posts; User: autoace

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    340

    Adding Attributes to Mulitple products

    Does anyone know how to add attributes to multiple products within any one category or sub-category. I've read the tutorial and the 'how to' post on the forum but am not doing something right cause...
  2. Replies
    4
    Views
    371

    Re: EZ Page Links on Homepage

    Yes, I planned on that. I need help writing the code for the actual links:

    <li><a href="' . '../zen_ez_pages_link(7) . '">Acura Parts</a></li>

    The above code is not working, where am I going...
  3. Replies
    4
    Views
    371

    EZ Page Links on Homepage

    How can I code EZ Page links into the some content on my home page? I'm not using the Header, Footer or Sidebox for these links, that is why I'm asking.
  4. Thread: Type of Part

    by autoace
    Replies
    0
    Views
    390

    Type of Part

    I'd like to be able to add a part type to my product admin page, whether the part is Universal, Performance, Replacement etc. I'd like to set it up how the Manufacturers are done, with drop down and...
  5. Replies
    1
    Views
    632

    Manufacturer Description

    Does anyone know how to add a text area to manufacturer admin area, instead of just inserting a link? I'd rather provide some descriptive text to the manufacturer instead of a link to their website....
  6. Replies
    4
    Views
    429

    Re: Is This Correct?

    Would something like this work?

    if ($this_is_home_page || $current_page_base == 'product') {
    $show_best_sellers = false;
    } else {
    $show_best_sellers = true;
    }
  7. Replies
    4
    Views
    429

    Re: Is This Correct?

    Ok, that helps, thank you.
  8. Replies
    4
    Views
    429

    Is This Correct?

    if ($this_is_home_page || $product_info) {
    $show_featured = false;
    } else {
    $show_featured = true;
    }

    So that it doesn't display on the home page or product info page (but should...
  9. Replies
    13
    Views
    1,780

    Re: Featured Category Addon

    No not yet, :frusty:
  10. Replies
    13
    Views
    1,780

    Re: Featured Category Addon

    Pasting the text.
  11. Replies
    2,266
    Views
    473,726

    Re: Categories Dressing

    @gjh42

    I have categories dressing v2_8 installed. I have all my top cats and sub cats1 showing on the home page. A couple of my top cats have more than 10 sub cats1, is there a way to change it...
  12. Replies
    13
    Views
    1,780

    Re: Featured Category Addon

    No, I didn't change anything in the sql code.
  13. Replies
    3
    Views
    611

    Re: Using advanced_search_result

    Yes, Dr Byte, I believe you are correct. The person who did it must have created a whole new page for it, because it does appear as main_page=search_results. How can I change it to go back to...
  14. Replies
    3
    Views
    611

    Using advanced_search_result

    I have a custom filter sidebox that somebody did for me, however it uses the 'search_results' page and I would like it to use the advanced_search_results' page now and not sure how to do... any...
  15. 1062 Duplicate entry '2811' for key 'PRIMARY' when installing Featured Categories mod

    Does anyone know why I am getting this error:

    1062 Duplicate entry '2811' for key 'PRIMARY'
    in:
    [INSERT INTO configuration_group ( configuration_group_id , configuration_group_title ,...
  16. Replies
    42
    Views
    4,491

    Re: Model List support

    I'm a bit confused, does this mod display only in a sidebox or can it be displayed in the center column as well?
  17. Replies
    0
    Views
    334

    Manufacturers Links

    I want to display all the manufacturers links for my store in a tab that I've created on my home page. Does anyone have any idea on how to do that?

    On a side note, I'd like to do the same thing...
  18. Thread: Home Page Tabs

    by autoace
    Replies
    1
    Views
    368

    Home Page Tabs

    I have an auto parts site:

    Using either a custom define page or an EZ page, I would like to create an area on my home page where I can create Tabs that would display the Manufacturers, Categories...
  19. Replies
    111
    Views
    13,540

    Re: Tabbed Home Page Modules

    Does anyone know how to get this module working? It is a very simple mod, yet I can't get it to show at all. I'm not sure if its because it has a simple js script inserted right at the top of...
  20. Replies
    7,098
    Views
    1,855,909

    v138a Re: Image Handler 2 Support

    http://www. a u t o motiveace.com/upgrade/index.php?main_page=product_info&cPath=3_150_163_162&products_id=543

    and you will need un/pw of auto1 for access

    Thank you!

    And yes, I just...
  21. Replies
    2,216
    Views
    351,143

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    *UPDATE*

    I'm using the lastest version, 1.07, I believe from the downloads section. It was as you said - the module was not working fully - after some checking, I realized I had not merged the...
  22. Replies
    2,216
    Views
    351,143

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Yes I do have the css/js loader installed and thought it was on, but I will double check to make sure its installed correctly and on. I'll report back with the results - thanks for your help.
  23. Replies
    2,216
    Views
    351,143

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    It seems that I got the tabs to display *BUT* they do not display correctly, take a look and you'll see what I'm saying - thanks for your help.

    ...
  24. Replies
    2,216
    Views
    351,143

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    As far as I know I've installed everything correctly and uploaded all files, but my product pages do not display the tabs? Any ideas?

    I've configured everything in my admin for TPP.
  25. Replies
    7,098
    Views
    1,855,909

    v138a Re: Image Handler 2 Support

    I'm using IH2

    When I go to Tools > Image Handler and attempt to save an image to a product, it gives the following error msg:

    Error!

    Unable to determine the page link!

    Function used:
  26. Replies
    2
    Views
    530

    Re: Shopping Cart Page

    Thank you, it worked! On your second point I realized that as I was making the post, so I revised the code, thanks again.
  27. Replies
    2
    Views
    530

    Shopping Cart Page

    To display the shopping cart box on my right column, *ONLY* on the shopping cart page, I have made the following code edits:

    In includes/modules/sideboxes/my_template/shopping_cart.php, I have the...
  28. Replies
    7
    Views
    567

    Re: "See all links" option?

    Thank you, but that is not exactly what I'm trying to do. I have my Top level categories in the center column and they all have at least 5 more sub-cats under them. What I'd like to do is create a...
  29. Replies
    7
    Views
    567

    Re: "See all links" option?

    Ok, thanks. In Configuration > Layout Settings > 'Categories - Always Show on Main Page' -- You just set it to 1 instead of 0.
  30. Replies
    2,216
    Views
    351,143

    Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Does anyone know how this mod could be changed to apply to the homepage of the store. I have installed the great Middleboxes mod and would like to somehow 'tab' my middleboxes.

    Any suggestions?
  31. Replies
    7
    Views
    567

    Re: "See all links" option?

    You can get the categories to show in the middle thru controls in the admin, its all about the settings you use.
  32. Replies
    7
    Views
    567

    "See all links" option?

    I've been searching on the forum for this to no avail. Might anyone know how to code in 'See all' links on the home page for the Categories in the center column?
  33. Replies
    1,237
    Views
    292,207

    Re: Admin Profiles Support Thread

    @kuroi

    Did as you suggested and no go :no:

    Would you be able to suggest another possible work around so that both mods can live in harmonly :)
  34. Replies
    2
    Views
    437

    Combining Stylesheets

    I have a few per page stylesheets that I'm using and I'd like to know how to combine them all so that all the css rules for specific pages don't interfere with the other global css?

    Basically I'd...
  35. Replies
    1,237
    Views
    292,207

    Re: Admin Profiles Support Thread

    I'm trying to install Apsona ShopAdmin and am getting a particular error, so I contacted their support and they referred me to this thread. After doing some reading on it, it seems the error in...
  36. Replies
    3
    Views
    919

    Re: Strange SSL Behavior

    Got it thanks.
  37. Replies
    3
    Views
    681

    Re: EZ Pages not displaying

    That'll do it every time - ty!
  38. Replies
    3
    Views
    681

    EZ Pages not displaying

    I'm trying to configure 1 to show in the Header and every time I go to Save it, it gets turned off?
  39. Replies
    3
    Views
    919

    Strange SSL Behavior

    Installed 139H and have it configured for SSL to be enabled for admin area. When I go to the login page, SSL is on, and when I get to the admin home page its on, but then any other page I go to in...
  40. Replies
    475
    Views
    73,103

    Re: Multi Cross Sell mod [Support thread]

    Admin Profiles was it! I didn't think to check it out after I 'installed' Multi Cross Sell - thanks for the help.
  41. Replies
    475
    Views
    73,103

    Re: Multi Cross Sell mod [Support thread]

    In reviewing the files I've uploaded to my admin area, I saw this line of code in multi_xsell_definitions file:

    define('TABLE_PRODUCTS_MXSELL', DB_PREFIX . 'products_xsell');

    I don't have a db...
  42. Replies
    475
    Views
    73,103

    Re: Multi Cross Sell mod [Support thread]

    Ok, thank you. I now have it installed but it is still not showing up under Configuration. I will review the files I ftp'd for my admin area. Thanks for the help.
  43. Replies
    475
    Views
    73,103

    Re: Multi Cross Sell mod [Support thread]

    I can't install it because it is not showing up in my Configuration menu in the admin.... unless I am misunderstanding the readme file. I have no 'Multi Cross Sell' option appearing in my...
  44. Replies
    475
    Views
    73,103

    Re: Multi Cross Sell mod [Support thread]

    admin->configuration->Cross Sell Settings

    Is not showing up in Admin area?
  45. Replies
    285
    Views
    47,229

    Re: BackUp ZC [Support Thread]

    Sorry, my fault, its fixed now. Great contribution.
  46. Replies
    285
    Views
    47,229

    Re: BackUp ZC [Support Thread]

    I double checked to make sure I uploaded to my the correct folder for my admin and I did.... not sure what do do....
  47. Replies
    285
    Views
    47,229

    Re: BackUp ZC [Support Thread]

    Not sure why but 'BackUp ZenCart' does not appear in my Tools menu in the admin. I've double checked and the all files are uploaded. Is there an sql patch file that I missed or...???
  48. Replies
    534
    Views
    72,390

    Re: Footer Menu Support Thread

    Its a link that I added in my footer_menu_define file for this addon. I just wanted to know if anyone might know how to do that?
  49. Replies
    534
    Views
    72,390

    Re: Footer Menu Support Thread

    Any ideas on how to get this link code:

    Define('FEEDBACK', '<li><a href="' . zen_href_link(FILENAME_FEEDBACK) . '">' . Website_Feedback . '</a></li>');

    to open as a pop-up and be re-sized?
  50. Replies
    2
    Views
    1,583

    Meta Tag Description?

    Just saw this in the tutorial section:

    Categories
    To define meta tags for a Category, go to the Admin -> Catalog -> Categories/Products once you're there..click on the meta tag icon (the last one...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR