Search:

Type: Posts; User: IATIA

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    It's been a while since I messed with it so I am not sure that ver 2.0 works with 1.5.5. Ver 1.1 was originally built on v1.5.5f.

    The only speed issue is downloading the pics for the 360view...
  2. Replies
    13
    Views
    6,073

    v156 Re: View Larger Image Aspect Ratio not preserved

    And a link to the erroneous pic.
  3. Replies
    13
    Views
    6,073

    v156 Re: View Larger Image Aspect Ratio not preserved

    I couldn't find the info and I do not remember my solution. I had a thread on the same issue, but it was unresolved.
  4. Replies
    13
    Views
    6,073

    v156 Re: View Larger Image Aspect Ratio not preserved

    I had the same issue quite some time ago. If I can hunt up the solution later today, I'll post it for you.
  5. v155 Re: Database I/O Manager (DbIo) Plugin [Support Thread]

    Seems to have fixed it for me. Just tried importing yesterday and got 3 zillion integer errors. Added the GitHub fixes and all seems good now. Fixing to install and fire up a fresh copy of...
  6. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    Here is a multilanguage demo of 12 pics (Toy CAT) vs. 64 pics (watch).

    Demo
  7. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    I have submitted ver 2.0 for review. Some major code changes include full automation of the install and removal.

    The Admin --> Catalog / Products has been modified to setup the 360° product...
  8. Thread: logo

    by IATIA
    Replies
    7
    Views
    5,008

    v156 Re: logo

    No mention of modifying 'core' files was mentioned or insinuated.

    Modifying your_template is what the system is all about. Effectively, your_template is the main 'override' system. System...
  9. Replies
    0
    Views
    4,734

    v156 Cleaning up a hyperlink

    Adding multilingual support to my 360view has presented it's fair share of problems.

    One of the first took a bit to find. I created the link and got a 404 page not found. I know it's there, I put...
  10. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    Still debugging. Added multi language capability also.
  11. Thread: logo

    by IATIA
    Replies
    7
    Views
    5,008

    v156 Re: logo

    You're very welcome. I've received a lot of help from this forum. It's good to be able to return some of that help.
  12. Replies
    11
    Views
    3,879

    v154 Re: How to hide empty categories automatically?

    Works great on ver 1.5.6a

    Thanks!
  13. Thread: logo

    by IATIA
    Replies
    7
    Views
    5,008

    v156 Re: logo

    Around line 100 in tpl.header.php

    Delete id="logo" (or modify the CSS for #logo) and add class="centeredContent"


    was <div id="logo">

    now <div class="centeredContent">

    <?php echo...
  14. v139d Re: moved to a new server, moved db, but getting a weird error

    The way I did it was BACKUP EVERYTHING!!!

    I installed the new store. Copied the 2 config files. Then restored the backup and replaced the 2 config files.

    This is all under the assumption that...
  15. v139d Re: moved to a new server, moved db, but getting a weird error

    I assumed from eternity575's they were just moving it and not upgrading.
  16. Thread: logo

    by IATIA
    Replies
    7
    Views
    5,008

    v156 Re: logo

    your_store/includes/templates/your_template/common/tpl.header.php
  17. v139d Re: moved to a new server, moved db, but getting a weird error

    Install a fresh copy temporarily - save the configuration files - use those in the relocated store.
  18. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    Well, I am almost done with version 2.0. This will put a radio button in the Admin -> Catalog / Products menu for 360 view and create the image folder and the definitions file. In practice, all one...
  19. v156 Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    This domain name expired on 2019-02-19 16:56:16
  20. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    I also use the 360 view for browsing a large catalog of items. I have 43 old PC games. Instead of cataloging each one, I put them in a 360 view. This gives me one entry in the catalog with the...
  21. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    I should add, for those with running stores, your products are already set in play.

    To add a 360 view to an existing product, let's say 57 Chevy;

    Add your photos (_00001.PNG, _00002.PNG,...
  22. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    Point 10 - The naming convention;

    The plug-in has to match the catalog product with the folder location. To do that, I compare the names by changing the 360 folder to lowercase with underscores...
  23. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    Once it is setup, for a new product:


    Add the pics - gotta do that for any product
    Add to the catalog - gotta do that for any product
    The only addition is the definitions file.
  24. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    Re: 360 view addon

    I have updated the plug-in for responsive image sizing or user custom size. It defaults to responsive. The ver 1.0 shows as "file not found", but ver 1.1 is the one you want. I have also included...
  25. Thread: 360 view addon

    by IATIA
    Replies
    14
    Views
    1,862

    360 view addon

    I got my 360 view refined and 'zenned'.

    I have submitted it for approval.

    If you just add it to your store and select YOUR_360_TEMPLATE then add the included sample to your product catalog, it...
  26. Replies
    4
    Views
    345

    Re: require () the Zen way

    As it turns out '$template_dir' is not established yet. I found the query.

    $template_dir = "";
    $sql = "select template_dir
    from " . TABLE_TEMPLATE_SELECT . "
    where template_language =...
  27. Replies
    4
    Views
    345

    require () the Zen way

    I would like some help to 'zen' this line of code. I think it is my last 'unzenned' code line.

    require (DIR_WS_LANGUAGES . "english/YOUR_TEMPLATE/" . $_GET['main_page'] . ".php");

    If you don't...
  28. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    It would appear that the problem with Chrome is that Google is attempting to become the new IE. They played nice for some time and now that they have their 'customer' base, they are starting to...
  29. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    On my main page TechnoMonkeys, at the bottom are new products.

    Under Chrome, if I mouse over them, the image is offset way up high. It works great under Safari, FireFox, SeaMonkey and Internet...
  30. Replies
    853
    Views
    132,105

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    It's real easy to do. It will take all of 10 minutes, if that. I can walk you through it if you are still interested.

    Once done, if you don't like it, 10 seconds to undo.
  31. Replies
    3
    Views
    595

    Re: 360 up and running on page_2

    Finally, with great help from posters in a couple different threads I started, I was able to completely 'zen' my 360 pages. All code is generated on the page. I jacked with 7 different core files...
  32. Replies
    14
    Views
    667

    Re: Building new pages

    I stand corrected on that. The header_php.php just sets up the zen calls. tpl_360_default.php is used for the center. Both of those files are injected via my code in 'init_sanitize.php'.
  33. Replies
    14
    Views
    667

    Re: Building new pages

    Just one file at includes/modules/pages/360/header_php.php. If it is a 360 view, then use ...360/header_php.php, which is my couple lines of code above. The only file I need to build for a new...
  34. Replies
    14
    Views
    667

    Re: Building new pages

    OK! with your help and back tracking the calls, I found the right spot. it turns out to be 'init_sanitize.php' that I need to add a simple if statement.



    $_360_list =...
  35. Replies
    14
    Views
    667

    Re: Building new pages

    Thanks! That did it. Just need to check '$_GET['main_page']' and change if ... Thanks again!
  36. Replies
    14
    Views
    667

    Re: Building new pages

    It's calling tpl_xxxx_default.php, so it has to be there. I am trying to get it to call tpl_360_default.php instead. I don't want tpl_xxxx_default.php to exist. There is no difference between the...
  37. Replies
    14
    Views
    667

    Re: Building new pages

    Thanks, but sorry, EZ Pages are pretty much worthless in this scenario. I tried that a year ago. Since then, I kluged together a system that worked okay, but the final 360 page could not be...
  38. Replies
    14
    Views
    667

    Re: Building new pages

    Thanks! I got a handle on the 'includes/modules/pages/xxxx/header_php.php' and it is working just fine.

    Still trying to make sense of the...
  39. Replies
    5
    Views
    242

    Re: Syncing local and remote stores

    I think this is a great idea in the long run. Right now, I just tag and comment the files.

    Thanks to everyone for their input!
  40. Replies
    14
    Views
    667

    Building new pages

    As i add new pages, I have to edit 8 files for each one. I got it down to where I only need 6.

    I am working on getting it down to 4. Two of the pages are absolutely identical between products.
    ...
  41. Replies
    5
    Views
    242

    Syncing local and remote stores

    Didn't really know where to put this. but here goes.

    I modify my site locally then upload to the live server when I am finished debugging.

    The problem is, sometimes i change gobs of files...
  42. Re: Customizing product links in tpl_categories.php

    Turns out there are FOUR links - one for the title, one for the pic and both duplicated with manufacture id.
  43. Re: Customizing product links in tpl_categories.php

    Found it.
  44. Replies
    3
    Views
    595

    Re: 360 up and running on page_2

    Got it right this time. Some php variables need to be generated first, so I can't link directly to the page.

    Select >360 view< above the vase
  45. v155 Re: How do I get watermarks using Image Handler?

    Go to Zen-Cart admin. Select tools>image handler. Now select 'Admin Tools', then select 'View Image Handler'. The watermark settings (WATERMARK_S/M/L_IMAGES) Configuration will display "yes" or...
  46. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    I'm on Safari 12.0.3 and Mojave 10.14.3. I am going to play around with my backup. If I find anything useful to the group, I will update all.

    Operating System linux (Hostmatters)
    Apache 2.4.37...
  47. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    Well, I went back to Zen-Cart 1.5.5f and the problem is gone.
  48. Customizing product links in tpl_categories.php

    This is the link to the product from the sidebox in tpl_categories.php:


    $content .= '<li><a class="' . $new_style . '" href="' . zen_href_link(FILENAME_DEFAULT,...
  49. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    Thanks for your input. Must be something at my end. I flushed everything from Safari, but still no popups.

    Mojave 10,14.3 Beta - Safari 12.0.3
  50. Sticky: v158 Re: Image Handler 5 (for v1.5.5) Support Thread

    Anyone having an issue with image popup on hover in Safari under MacOS Mojave? It works great in Chrome, Firefox, Seamonkey and IE.

    https://technomonkeys.com/Store/
Results 1 to 50 of 101
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR