Search:

Type: Posts; User: KES99

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    776

    Re: remove TEXT_CLICK_TO_ENLARGE text

    Try this


    // bof Zen Lightbox v1.4 aclarke 2007-09-22
    if (ZEN_LIGHTBOX_STATUS == 'true' || FUAL_SLIMBOX == 'true') {

    $script_link = '<script language="javascript"...
  2. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    Check this setting:

    Admin->Catalog->Product Types->Product General->Edit Layout->Show Additional Images

    it should be true or 1

    Check also:

    Admin->Configuration->Images->Product Info -...
  3. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    Did they work BEFORE you installed lightbox? I somehow doubt they did. What always works for me is:

    cb750_tripletree.jpg the main image
    cb750_tripletree_01.jpg, cb750_tripletree_02.jpg etc as the...
  4. Replies
    6
    Views
    1,123

    Re: Product Sort Order - Can I prioritize?

    That doesn't work.......read what Feznizzle wants. A standard default sort order of price (low to high) which would be code 5 in admin > config > layout settings > Categories/Products Display Sort...
  5. Replies
    3
    Views
    1,700

    Re: Easy Populate Minimum Order/Order Units

    And where exactly is the ex_STORE template....
  6. Replies
    15
    Views
    2,324

    Re: Easy Populate cvs file questions

    May I suggest:

    1) enter a few products manually through admin the old fashioned way

    2) download the relevant csv files for these products using easypopulate

    3) bring that csv file into excel...
  7. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    Please excuse me for saying this and it it no way should be taken as a bad or nasty comment but:

    It seems that every time somebody has a non standard template the lightbox just refuses to work....
  8. Replies
    122
    Views
    19,434

    Re: Online Group Pricing

    Fixed this myself.....now only logged in users see this....:clap:

    Send $1m to my paypal account and I'll tell you.....:bigups:
  9. Thread: DUAL Pricing v2

    by KES99
    Replies
    1,487
    Views
    325,292

    Re: DUAL Pricing v2

    As you can write I presume you can read...So READ message 559 above.....that should answer your question.....
  10. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    Just found out that jquery make a lightbox code for Zen....I'm going to uninstal the present one and give that a go......
  11. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    I found the problem but not yet the answer.....it is lightbox code and template code conflicting....

    template has some jquery javascripting to a) produce scrolling banners and b) a dynamic...
  12. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    classic on http://a2z-test.com

    special purchased template on http://flowers-by-design.info. It's called ZC04A00425

    don't worry about http://textadvertiser.com/zen that was just a test site and...
  13. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    IH2 worked like a dream....this morning I configured all the sizes for him....then I put in lightbox.....followed your instructions to the letter...never got any errors when I did the SQL...I'm...
  14. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    Template went in first.......IH2 & Lightbox added after.......

    It's a he not a she...sure he'll be amused at that!!:smile:
  15. Replies
    3,720
    Views
    843,517

    Re: Zen Lightbox...

    On my test site...http://a2z-test.com

    Followed all instructions expicitly.....

    An out-of-the-box zen 1.3.8a installation classic template

    IH2 allowing to overwrite all files

    Lightbox
  16. Replies
    122
    Views
    19,434

    Re: Online Group Pricing

    Turned on MSRP..but it displays all the time...How do you turn it off for non group members (normal customers)? As it is it displays the same price twice...duh....:oops:
  17. Replies
    122
    Views
    19,434

    Re: Online Group Pricing

    Followed your advise but it didn't work for me....the code you say to uncomment is after the place where the error occurs:oops:
  18. Thread: DUAL Pricing v2

    by KES99
    Replies
    1,487
    Views
    325,292

    Re: DUAL Pricing v2

    re /admin/includes/modules/product/collect_info.php

    Version 1.3.8a version of this file is:
    * @version $Id: collect_info.php 6131 2007-04-08 06:56:51Z drbyte $

    Where the version of the same...
  19. Thread: Dual pricing 1.5

    by KES99
    Replies
    1
    Views
    526

    Re: Dual pricing 1.5

    Looking for exactly the same information....Dual Pricing is a pain in the b**t as he has failed to comment his overwrite files with his ammedments.....bad programming....
  20. Thread: Dual pricing 1.6

    by KES99
    Replies
    2
    Views
    758

    Re: Dual pricing 1.6

    There is an easy way....put comments in the Dual pricing pages that overwrite any other pages.....such as

    // DUAL PRICING additional field included in this select statement

    Any decent...
  21. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    Personally I wouldn't have renamed anything. Too many things can and often do go wrong when you change the location of an installed item such as zen. Best is to install it where you want it and leave...
  22. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    They may be.....where exactly is configure.php and what file permissions do you have on it and the folder it's in.

    and if zen is "on its own it is not in home or www or public ..." exactly where...
  23. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    Don't understand...have you renamed the folder from catalogue to shop?
  24. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    But if the root of zen is in 'shop' and currency update is in 'shop' then all you need is a slash. remember 'PATH_TO_STORE_ROOT' is where is zen's root (not necessarily your websites root.) relative...
  25. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    Don't put the slash before 'shop/'

    Try:

    DEFINE('PATH_TO_STORE_ROOT','shop/');
  26. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    It's all in the instructions....read them carefully
    PATH_TO_STORE_ROOT

    // This describes the path from the location where you install this file to the root directory of your Zen Cart
    // It is...
  27. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    get a decent hosting service...GoDaddy sucks. try a2z-4u.com
  28. Replies
    297
    Views
    73,216

    Re: Currency Update (Automatic)

    Well done...this was the only one that worked for me....curl (required on servers running PhpSuExec) and EU central bank.

    How often to run your cron? Well not that often..once a day is enough......
  29. Replies
    1
    Views
    1,256

    Re: Express checkout with MYR

    You're right PayPal does not accept MYR..neither does it accept THB (Thai Baht)...But zen-cart should not have converted at 1:1. I think you need to check your admin, localization, currencies, update...
  30. Replies
    6
    Views
    3,147

    Re: PayPal Currency Settings Correct?

    Just thought I'd add my bit here.....PayPal will not convert to your default currency any currency that is not supported by them..Just found this out while testing a payment in Thai Baht in my...
  31. Replies
    158
    Views
    77,582

    Re: How To Add New Product Fields?

    I'm pretty sure there are lots of other things with the original post that need amending for multiple custom fields.
  32. Replies
    2
    Views
    697

    Checkbox in Cart?

    I'm trying to find answers to questions that I'm pretty sure have been asked before. One such thing now is:

    What is the checkbox shown in the cart for. it has no description against it and...
  33. Replies
    158
    Views
    77,582

    Re: How To Add New Product Fields?

    Good question.....I want to use EasyPopulate as well as the new extra field mod.....I'm working things through on a test Zen-Cart installation till I get everything working right....I'll advise here...
  34. Replies
    30
    Views
    5,261

    Re: Making Attributes Manditory?

    Multiple select dropdown is standard HTML see:

    http://myuminfo.umanitoba.ca/help.asp?eve=2&fid=124

    Your solution would be the best however there is no way in Zen to do that without ammending...
  35. Replies
    158
    Views
    77,582

    Re: How To Add New Product Fields?

    So that's it for one extra field but I want more than one....surely not all the above has to be done for each does it?
  36. Replies
    158
    Views
    77,582

    Re: How To Add New Product Fields?

    Sounds like a good idea.....just started using Zen and I'm surprised that nobody had got additional fields in before without such a lot of hassle.....The built in ones are next to useless...
    ...
  37. Replies
    30
    Views
    5,261

    Re: Making Attributes Manditory?

    Radio...only one can be selected.....and if you use default then always one will pass to cart

    Checkboxes....can turn them all on or all off or anywhere inbetween...so nothing could be sent to...
  38. Replies
    2
    Views
    906

    Download and/or ship

    Zen Cart 1.3.8a
    Database Patch Level: 1.3.8
    v1.3.8 [2009-05-27 00:33:43] (Fresh Installation)
    v1.3.8 [2009-05-27 00:33:44] (Fresh Installation)

    Had a good look around and can't find the...
Results 1 to 38 of 42
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR