Search:

Type: Posts; User: tomchadwin

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,980

    Re: No evidence of order

    OK, Isotope leaves the setting of the status to the payment module, but does the PayPal payment module not ship with Isotope? In other words, who maintains the Paypal payment module?

    To me, this...
  2. Replies
    6
    Views
    1,980

    Re: No evidence of order

    So why is Isotope not setting status to either "pending" or "processing" (or some other value) before breaking out to PayPal? Having no status at all at that point seems mistaken, surely?

    Tom
  3. Replies
    6
    Views
    1,980

    Re: No evidence of order

    Thanks for all the detail, Rob. I can see the order: what are valid values for "status"?

    Tom
  4. Replies
    6
    Views
    1,980

    No evidence of order

    Hello all

    I set up a site to try out Contao, and left it up and running. Bizarrely, I got a sale through it, though it was not really meant for production.

    However, the only way I know I have a...
  5. Re: domain.org renders fine; error in IE8 on www.domain.org

    Confirmed, I think:

    1. Add item to cart

    2. Delete item in back-end

    3. Revisit site - crashes with the error above

    4. Delete cookie
  6. Re: domain.org renders fine; error in IE8 on www.domain.org

    Bingo. Deleted the right cookie, and the site came back to life. So, is it the case that if a user places an item in their cart, and that item is then deleted from the back end, that Isotope crashes...
  7. Re: domain.org renders fine; error in IE8 on www.domain.org

    Yes, but we are thinking along the same lines. Fiddler2 is telling me a cookie stores ISOTOPE_TEMP_CART. I follow through the dB tables, and that cart contains a non-existent product ID. So, maybe...
  8. Re: domain.org renders fine; error in IE8 on www.domain.org

    PM sent. Buuuut, a colleague has just checked for me, and his IE8 works fine with either. I am truly baffled.

    Tom
  9. Re: domain.org renders fine; error in IE8 on www.domain.org

    No, I know. It's got me baffled. It seems to be the case that any page which has any Isotope FE module fails to render in IE8/Win if I browse to www.domain.org. Lose the www., and it works. Remove...
  10. Re: domain.org renders fine; error in IE8 on www.domain.org

    $objProduct = new $strClass($objProductData->row(), deserialize($objItems->product_options), $this->blnLocked);

    Any ideas?

    Tom
  11. Replies
    4
    Views
    1,510

    Re: Single-item products

    Sorry - this still fails in one way: clicking Add to cart a second time adds one to the quantity if the item is already in the cart. Any way to remedy this?

    Thanks

    Tom
  12. domain.org renders fine; error in IE8 on www.domain.org

    Hello all

    This is a bit of an odd one. The home page of the Contao/Isotope site on which I am working renders in IE8 only if I miss off the www. from the URL. mydomain.org is an A name,...
  13. Replies
    6
    Views
    1,402

    Re: Site disappears in IE8

    Apologies: error reporting was turned off. domain.org gives the following:

    Fatal error: Class name must be a valid object or a string in...
  14. Replies
    6
    Views
    1,402

    Re: Site disappears in IE8

    OK, I've made a bit of progress, but not solved it. In IE, the site works if I browse to mydomain.org, but not if I browse to www.mydomain.org. All other Windows browsers work with either....
  15. Replies
    6
    Views
    1,402

    Re: Site disappears in IE8

    This is very odd. If I open the page in Firefox, view the source, and save it as a local HTML file, this file opens fine in IE8. But the live page still does not work.

    Help!

    Tom
  16. Replies
    6
    Views
    1,402

    Re: Site disappears in IE8

    Further info. As far as I can tell, disabling that add-on gets rid of the odd GIUDs in the source, leaving just:


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>...
  17. Replies
    6
    Views
    1,402

    Re: Site disappears in IE8

    Hi Nina

    Thanks for the reply. I saw that post, and have already disabled that IE add-on (I am on an HP laptop, yes). However, the problem persists. Any other ideas?

    Thanks

    Tom
  18. Replies
    6
    Views
    1,402

    Site disappears in IE8

    Hello all

    Today, for the second time, my Contao site has stopped rendering at all in IE8. I get a blank home page, with this source:


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
  19. Replies
    7
    Views
    2,421

    Re: Isotope and breadcrumbs

    This sounds as though it would work pretty well - the ambiguity of category/subcategory would still be an improvement on the current behaviour. How about when one linked to a product from the Search...
  20. Replies
    2
    Views
    1,237

    Re: Hide mini-cart when empty

    OK, that will do for the moment - no hardship if an alternative stylesheet or UA exposes it.

    Thanks

    Tom
  21. Re: Retrieving custom field in list and reader

    I shall use this immediately. Thanks, as ever, for the prompt help.

    Tom
  22. Retrieving custom field in list and reader

    Me again, and apologies for posting so much...

    How can I retrieve an attribute I have defined, and output it in my customized versions of iso_list_default.tpl and iso_reader_default.tpl? I presume...
  23. Replies
    7
    Views
    2,421

    Re: Isotope and breadcrumbs

    On a related issue, using the structure cited above, when I click to view the details of a product, I would hope that the URL would be:

    www.domain.com/Category1/ProductA

    However, it displays...
  24. Replies
    2
    Views
    1,237

    Hide mini-cart when empty

    I have a mini-cart in the RH column of all pages (heavily simplified). Is it possible to hide it when empty? In other words, can I get rid of 'There are no items in your cart', though only in the...
  25. Replies
    7
    Views
    2,421

    Re: Isotope and breadcrumbs

    Now that's what I call service.
  26. Replies
    7
    Views
    2,421

    Isotope and breadcrumbs

    I have a structure (as it appears when rendered out into the browser) as follows:

    Home
    -category1
    --productA
    --productB
    -category2
    --productC
    --productD
  27. Replies
    6
    Views
    2,557

    Re: Adding unsupported payment methods

    No no - I definitely meant doing the work myself, so I'm glad to hear it should not be too difficult. Not interested in contracting the work out. For Isotope to grow, I imagine this is a major area...
  28. Replies
    4
    Views
    1,510

    Re: Single-item products

    Yup. Removing the quantity field fron the product reader template did the job perfectly - it does default to a quantity of one.

    Many thanks

    Tom
  29. Replies
    6
    Views
    2,557

    Adding unsupported payment methods

    Me again

    How difficult would it be to add extra payment methods for other online credit card payment facilities? I'm in the UK, and there are some commonly used ones here which are not in Isotope....
  30. Replies
    4
    Views
    1,510

    Single-item products

    Hello again

    Does Isotope handle stock levels? The test/demo site I am setting up is for second-hand books. By definition, each product listed will have only one copy available. The quantity...
  31. Replies
    3
    Views
    1,410

    Re: Cannot get past first page of checkout

    All sorted by winans - upgraded to latest release, and the problem disappeared.

    Many thanks!

    Tom
  32. Replies
    3
    Views
    1,410

    Re: Cannot get past first page of checkout

    Many thanks. PMd some details to you.

    Tom
  33. Replies
    3
    Views
    1,410

    Cannot get past first page of checkout

    Hello all

    This is my first experience of both Contao and Isotope, and I'm trying to build a test site. When I checkout, and fill the details in on the first checkout page, I am simply returned to...
  34. Replies
    5
    Views
    1,793

    Re: XHTML validation

    Another validation errors - the product list places a div inside a span:


    <span id="images_5_thumbnailsize"><div class="image_container">isotope/p/product1.jpg</div>
    </span>

    Perhaps a little...
  35. Replies
    5
    Views
    1,793

    XHTML validation

    Afternoon all

    Does Isotope fail XHTML 1.0 Strict validation because it uses the name attribute in a form tag? Can this be fixed in future versions without breaking functionality?

    Tom
  36. Replies
    5
    Views
    1,196

    Re: Cannot get past install.php

    Thanks - that helped. It wasn't CHMOD I needed, but CHOWN. That got rid of the error I originally posted, too.

    Perhaps the check tool should be included in the core downloaded, and should be...
  37. Replies
    5
    Views
    1,196

    Re: Cannot get past install.php

    Perfect: that fixed it. I then had a permissions problem (on the licence page). I solved that via chmod -R 777 /contao/install/dir/contao/system/*, which seems a little extreme. What permissions...
  38. Replies
    5
    Views
    1,196

    Cannot get past install.php

    New installation on Plesk LAMP. Submit FTP details on install.php (?safe mode hack), but the same page returns.

    Can anyone help? The FTP details work from the CLI, though I am using localhost -...
  39. Replies
    5
    Views
    2,120

    Re: Suitability of Typolight for a project

    Thank you so much to both of you for such a useful and comprehensive reply. I shall look through your answers, and try to work out what would be required to get TL to work for this project.

    Thanks...
  40. Replies
    5
    Views
    2,120

    Re: Suitability of Typolight for a project

    Narrowing this down to the elements I am uncertain about, can anyone give feedback on TL's support of the following features [my questions and clarifications are in brackets]:

    1. New developments...
  41. Replies
    5
    Views
    2,120

    Suitability of Typolight for a project

    Hello all

    We are looking at a large number of CMSs, and I want to know the opinion of TL users and developers as to whether they believe TL would fit the requirements of our project.

    The...
  42. Re: Everything shifts to the left - or How I Learned To Love

    OK, you've convinced me... Only joking, and I'll do my best to respond, but I can guarantee that I won't have arguments against many of your excellent points.



    I'm not talking about character...
  43. Re: Everything shifts to the left.

    In the spirit of interesting debate...

    I couldn't disagree more. I agree that there are few advantages to CSS-based layouts which rely on many non-semantic elements (<div class="clearing"></div>...
  44. Replies
    2
    Views
    859

    Re: Another navigation question

    Can someone explain what "reference page" in a navigation module means? If I understood what it did, would this help solve my request?

    Thanks

    Tom
  45. Replies
    4
    Views
    1,448

    Re: Equal height columns - again

    OK. It looks like this might do the trick, though I've only tested it in IE and Firefox on Windows:

    /* Style sheet All_3_Column_General */
    #container{overflow:hidden;}...
  46. Replies
    4
    Views
    1,448

    Re: Equal height columns - again

    No, that doesn't work. Some kind of clearing hack or something else is required.

    Thanks

    Tom
  47. Replies
    4
    Views
    1,448

    Equal height columns - again

    Hello all

    I've done equal-height three-columnar layouts in the past in XHTML Strict + CSS, but not in TL. I'm just having some difficulty applying this to the default TL three-column + header +...
  48. Replies
    2
    Views
    859

    Another navigation question

    Hello all

    I am considering how best to structure my navigation, and I am wondering if it is possible to display the following using a nav module:

    - parent of the page
    - page and its siblings...
  49. Replies
    8
    Views
    1,708

    Re: difficulty uploading image files

    I turned off Fancy Upload, and all is well. I'll look into the problem later, but for the moment, this works perfectly well for me, so thanks.

    Tom
  50. Replies
    7
    Views
    2,649

    Re: No URL suffix

    Great - that works perfectly, together with removing the contents of the URL suffix field in Site Settings.

    Many thanks

    Tom

    PS This is my first experience of Typolight, and I am really...
  51. Replies
    7
    Views
    2,649

    No URL suffix

    Hello all

    I tried removing .html from the URL suffix setting in Site Settings, but then I just got 404s. Is it possible to publish pages without URL suffixes?

    Thanks

    Tom
  52. Replies
    8
    Views
    1,708

    Re: difficulty uploading image files

    I'm having similar problems. Server is in safe mode, so entered FTP details during installation. Those details are present in localconfig.php. 777 permissions on html, logs, and tmp. In File Manager,...
Results 1 to 52 of 52