Search:

Type: Posts; User: damiantaylor

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: CEON advanced shipping module - questions

    I've had it for a while...I bought it from Connor a couple of years ago.
    I'll get in touch with JSW and see what they say.

    Thanks!
  2. Re: CEON advanced shipping module - questions

    I've just started using the Better Together mod which gives a discount if 2 items are purchased together, and am wondering if it is possible to configure Advanced Shipper to take the discount in to...
  3. Replies
    29
    Views
    17,416

    Re: goMobile Support Thread

    Change this section of code in includes/init_includes/overrides/init_templates.php


    /*** Check if user has requested specific version of the site*/

    if ($_GET['fullsiteoverride'] == 1)
    {...
  4. Replies
    29
    Views
    17,416

    Re: goMobile Support Thread

    I haven't tested the new version of this mod but it looks like there may be a problem switching between mobile and full sites.
    The new sitechoice.php looks for a querystring variable called...
  5. Replies
    3
    Views
    707

    Re: Generate images with absolute paths

    Thanks Rod,
    My feeling was changing to absolute paths would give me a nightmare later on but I just wanted to see if anyone else agreed :)
    JQM already does prefix the path with the domain....that's...
  6. Replies
    3
    Views
    707

    Generate images with absolute paths

    Hi guys,
    I'm creating a jQuery Mobile version of my website and have run in to a problem.
    The problem lies with JQM rather than Zen Cart but I'm more confident of getting a quick solution from you...
  7. Where is navigation history snapshot cleared?

    Can anyone tell me where the navigation history snapshot is cleared on each page please?

    I'm trying to create a popup login box which when the user presses the submit button is supposed to...
  8. Replies
    29
    Views
    17,416

    Re: goMobile Support Thread

    Thanks for the goMobile mod! It's very useful when creating a mobile site.
    I may have found a slight problem, although I haven't tested it yet as I'm still busy building my mobile website.....
    ...
  9. Concerned about load order breakpoints for this contribution

    I'm creating a mobile template for my website using the goMobile contribution as a starting point.
    goMobile overrides the template with a '_mobile' suffix when viewing the site on a mobile device.
    ...
  10. Replies
    0
    Views
    312

    ok to remove zones validation?

    I have a UK based store and am trying to decide if I can safely remove the zones validation when supplying an address - the one that throws up the error 'Please select a state from the States pull...
  11. Re: Where are page specific language file included?

    Thanks Doctor B,
    Do you know if it will cause any problems if I change it to load only the 1 specific page language file?

    Just out of curiosity, why does it load both language files?
  12. Re: Where are page specific language file included?

    It seems this does include both files as I thought.
    If I leave the echo in this section of code


    // set language or template language file
    $directory_array =...
  13. Re: Where are page specific language file included?

    it's ok I've found it...includes/modules/require_languages.php
  14. Where are page specific language file included?

    Can someone point me at the piece of code that includes page specific language files please?
    I'm trying to make a jQuery mobile version of my store. On the whole, it is pretty straight...
  15. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    I'm not sure if jimproz has the problem with multiple attributes or not, although I tested that on my own site and it didn't give me any problems.

    You're probably best adding

    ...
  16. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    Thanks for trying.
    The only other thing I've spotted that your site and jimproz have in common is the lack of the sort box....the one that let's you sort by price, date added, etc.
    I can't see why...
  17. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    kamelion,
    I've been working with Jimproz on this and have tracked it down to what may be a MySQL bug.
    There's a query that is generated with an 'order by' clause, which when executed returns an...
  18. Replies
    807
    Views
    339,645

    Re: Dynamic Filter v1.0 - 'AND' filtering, rather than 'OR'

    BTW, is there a semi-simple way to have number of items per attribute in brackets after the attribute in the filter listing, as per my other thread? Just asking....

    If you look in the...
  19. Replies
    807
    Views
    339,645

    Re: Dynamic Filter v1.0 - 'AND' filtering, rather than 'OR'

    Gavin,
    Off the top of my head, if you look in the new files folder includes/modules/YOUR_TEMPLATE/dynamic_filter.php you'll see where the ORs are generated. Change these to ANDs and you should be...
  20. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    We need to see if the number of rows returned by $listing_split is greater than zero (my guess is it isn't) so try adding this 'die' line....


    die('I see ' . $listing_split->number_of_rows);
    if...
  21. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    I think you'll have to debug file includes/modules/product_listing.php as that's the file that fills array '$list_box_contents' with your product listing.

    See if you can track down the reason that...
  22. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    I was hoping it was going to be a styling issue but for some reason it is generating nothing. The code below is what your website is generating (right click your browser window and select View Page...
  23. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    Can you switch the site on again so I can see what the generated HTML looks like? That may give us a clue as to what is happening
  24. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    That seems to suggest it's probably a different mod that is causing the problem.
    Is there any chance you can test on a clean installation or is it possible to switch off any other mods you have...
  25. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    The SQL seems fine to me.
    It's weird, if you filter on 78x32 which should just show the Stonewash Stretch Jean & Black Stretch Denim Jean you get no products.
    If you filter on 36x36 you get 4 items...
  26. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    Sorry, it looks like clicking the link drops the '[]=80x32' from the url.
    Can you try again but rather than clicking the link, copy and paste this in to your browser address bar

    ...
  27. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    jimproz, I don't know why that particular size is resulting in no products returned.
    Can you add the following 'die' statement (around line 25) to file 'new...
  28. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    jimproz, check this thread
    http://www.zen-cart.com/showthread.php?195095-Dynamic-Filter-Left-Col-Boxes-Misaligned&p=1120746#post1120746
  29. Replies
    807
    Views
    339,645

    Re: Dynamic Filter - Left Col Boxes Misaligned

    SPH, try this amendment to 'new files\includes\templates\YOUR_TEMPLATE\sideboxes\tpl_dynamic_filter.php' around line 250.
    The lines you're adding are 'if ($attributes->RecordCount() > 0) {' and it's...
  30. Replies
    807
    Views
    339,645

    Re: Dynamic Filter - Left Col Boxes Misaligned

    Looking at the code generated on the page that doesn't work, it looks like there is a rogue ul end tag followed by 2 rogue div end tags.
    This is what is being generated.....


    <div...
  31. Replies
    807
    Views
    339,645

    Re: Dynamic Filter - Left Col Boxes Misaligned

    First off, can you check you have uploaded or merged file 'template file overrides\includes\index_filters\YOUR_TEMPLATE\default_filter.php' correctly?
    Particularly look at the section between '//...
  32. Replies
    807
    Views
    339,645

    Re: Dynamic Filter - Left Col Boxes Misaligned

    hmm, weird!
    I've uploaded version 1.1 now so that'll hopefully be available to download in a day or two.....provided I did everything right! :blink:

    Only 2 files changed in the new version as...
  33. Replies
    807
    Views
    339,645

    Re: Dynamic Filter 1.0 not working for Options

    I'll be uploading a new version in the next few days that addresses the no-space-allowed-in-option-names bug.
  34. Replies
    807
    Views
    339,645

    Re: Dynamic Filter - Left Col Boxes Misaligned

    I think it is because of a bug in the 'scroll' method that misses div end tags.
    If you put it in to 'expand' mode it should render correctly.
    I'll be uploading a fix in the next few days
  35. Re: how to register new module I'm writing for 1.5?

    Got it!
    I forgot to upload this to the admin extra_data_files :oops:


    define('BOX_CONFIGURATION_DYNAMIC_FILTER', 'Dynamic Filter');
  36. Re: how to register new module I'm writing for 1.5?

    Hi Dr B,
    I'm not sure how I grant myself access from that menu.
    If I go Admin Profiles and Add a New Profile, I get all the checkboxes but my new one isn't listed.

    My user is listed as...
  37. how to register new module I'm writing for 1.5?

    Hi,
    I have written a module for Zen Cart 1.5 but am struggling to get the configuration appearing under Admin->Configuration.

    In my SQL I have this code:


    SET @cid=0;
    SELECT...
  38. Re: My store is suddenly making IE crash repeatedly!

    Just noticed I get a js error on every page in IE7 too. Line 2, character 1....not much help!

    If you look at the site in firefox and look at the error console on the tools menu, there are lots of...
  39. Re: My store is suddenly making IE crash repeatedly!

    I get the Add to Cart hover bug too using IE 7.
    Your Button class changes from cssButton to cssButtonHover when you mouseover the Add to Cart button, so I'm guessing you have different heights set...
  40. Re: My store is suddenly making IE crash repeatedly!

    Just tried roaming around your site using IE7 and no issues at all.
    The only time I've seen IE blow up like you describe is when the page has an embeded video and Websense is installed.

    Websense...
  41. Replies
    2,444
    Views
    353,187

    Re: Ceon URI Mapping v4.x

    Cheers Conor!
    I'll try get away with just using ezpages now rather than define pages.
    Only trouble is I can't embed php code in my ezpages...I'll have to upgrade my version of Zen one day......:D
    ...
  42. Replies
    2,444
    Views
    353,187

    Re: Ceon URI Mapping v4.x

    Hi Conor,
    I am having trouble mapping redirected ezpages.
    Can you help please?

    I have the following URI record:
    uri: /About-Us
    language_id: 1
    current_uri: 1
    main_page: page...
  43. Replies
    2,444
    Views
    353,187

    Re: Ceon URI Mapping v4.x

    Thanks Conor,
    I can't believe I didn't notice that!
  44. Replies
    2,444
    Views
    353,187

    Re: Ceon URI Mapping v4.x

    Has anyone experienced an issue when the zenid is appended to the URI on a ezpage link?

    If I go to http://www.snowrepublic.co.uk/Contact-Us&zenid=vtlb74o1uonei0rikinq2a4gn7 I get the 'page not...
  45. Replies
    2,444
    Views
    353,187

    Re: Ceon URI Mapping v4.x

    Thanks Conor,
    I ended up using preg_replace('/\?.*$/', '', $_SERVER['REQUEST_URI']) to get rid of the zenid from the querystring but it seems to work fine now :smile:
  46. Replies
    2,444
    Views
    353,187

    Re: Ceon URI Mapping v4.x

    I finally got round to upgrading to the latest version of uri mapping and everything works perfectly...even better than the previous version with the canonical support thrown in, so thanks Conor!
    ...
  47. Thread: Wishlist

    by damiantaylor
    Replies
    377
    Views
    110,182

    Re: Wishlist

    I nearly have this module working exactly as I like it now :clap:

    I love the way when you're logged in and looking at your wishlist you can hit the Add to Cart button and the item is added without...
  48. Thread: Wishlist

    by damiantaylor
    Replies
    377
    Views
    110,182

    Re: Wishlist

    I've spotted a bug in this module...You get an error when using special characters such as quote ' in the comment or name of a wish list.

    To fix, in file includes/classes/wishlist_class.php, where...
  49. Thread: Wishlist

    by damiantaylor
    Replies
    377
    Views
    110,182

    Re: Wishlist

    It looks like this module stops you from delete your default wishlist.
    Is that correct? When I try, I get the error 'Error deleting default wishlist.'

    If this is done for a reason, I think it...
  50. Thread: Wishlist

    by damiantaylor
    Replies
    377
    Views
    110,182

    Re: Wishlist

    I get having to be logged in to add or change your own wish list but I don't see why you need to be logged in to search for someone else's.
    If I was looking for something to buy as a gift and wanted...
Results 1 to 50 of 248
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR