Search:

Type: Posts; User: winanscreative

Page 1 of 5 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,549

    Hi Michelle- I'm the original developer—the...

    Hi Michelle-

    I'm the original developer—the whole concept of MobileCore in 2.x was to allow you to customize content (modules/content elements) with your existing page layouts.

    You will notice...
  2. Re: View product without category, own product view in BE

    This is currently not possible, as "All Categories" is still looking for the Root Page ID.

    This is because of how Isotope distinguishes between multiple shops within a single Contao installation....
  3. Replies
    4
    Views
    1,966

    Re: Auto Login from 3rd party site

    Here's a thought:

    Try to tap into a TL_HOOK as far upstream as you can. If the user is not logged into Contao yet, you are going to need to check their login status in the other system. I am...
  4. Replies
    1
    Views
    1,210

    Re: Contao 3 dca cache

    Hi Ruud-

    It's definitely going to require some effort on devs to write cleaner code, but I'm not too worried. There is going to be an adjustment period once the stable C3 is released, for sure,...
  5. Replies
    8
    Views
    2,908

    Re: stock availability

    Updated version that we have working in 1.3. I will get this added to GitHub when I can soon...
  6. Replies
    1
    Views
    1,312

    Re: Isotope roadmap

    Well, there has been a lot of activity going from 0.2 to 1.3, as you have probably seen. Those were major framework changes.

    1.3 represents a fairly stable underlying framework and I can't speak...
  7. Replies
    4
    Views
    2,010

    Re: E-mails for status changes

    Easiest way would be to tap into the save_callback on the status field in the tl_iso_orders DCA.

    Although I have been working on a email-messaging system for Isotope that is nearing completion...
  8. Re: Right way to get nr of products in cart

    I would recommend not doing that in the Template file... Why can't you do it in your custom module?
  9. Replies
    2
    Views
    1,040

    Re: Order mails is not being sent out

    Do you have your email templates set up correctly in the store configuration? As well as a valid email address loading in your checkout module?
  10. Replies
    6
    Views
    2,229

    Re: Isotope - 1500 product store

    The newest version has lazy loading of products in the BE product management. It only loads as you see them, which prevents crashing.

    There really isn't a good way to do pagination in a...
  11. Re: Post payment process for custom payment method

    What is your gateway sending back? Does it include everything you sent it (including the Request Token??)

    Your redirect URL should not be the complete step, it should be the same step you are on,...
  12. Replies
    16
    Views
    4,254

    Re: Sorting Products

    Can you verify that your system/modules/isotope/ModuleIsotopeProductList.php file looks like this:

    https://github.com/isotope/core/blob/1. ... t.php#L318
  13. Replies
    16
    Views
    4,254

    Re: Sorting Products

    Can you PM me a link?
  14. Replies
    16
    Views
    4,254

    Re: Sorting Products

    Sorry, I did not undertsand that you were looking to add that to your filter as opposed to the initial sorting direction.

    To add it to your filterable attributes, you need to add this to your...
  15. Replies
    16
    Views
    4,254

    Re: Sorting Products

    Regarding the manual sorting... In Product Management, click on any category underneath your product in the listing. It should take you to:...
  16. Replies
    16
    Views
    4,254

    Re: Sorting Products

    I was referring to the "Initial sorting field"... That should now be fixed as of the latest release... You can see that it is only applied if there is no filter set.
    ...
  17. Replies
    16
    Views
    4,254

    Re: Sorting Products

    SKU is set to be a frontend-sortable field, so you should be able to select that in your lister module. I do remember there was once a problem with it, but I believe this has been fixed in the latest...
  18. Replies
    16
    Views
    4,254

    Re: Sorting Products

    In the product list you will see that the category names under the products are linked... Click on those links for each category and you will be able to sort the products within the category itself....
  19. Replies
    4
    Views
    1,861

    Re: Google Product Search feed

    https://github.com/isotope/isotope_feeds

    There's a lot of stuff over on GitHub now... We're adding more all the time. I would check there for anything you need!
  20. Replies
    4
    Views
    2,397

    Re: Ajax.php

    You're still going to need a valid request token, current or previous, one way or another. ajax.php is still checking for a known token to be passed in order to disable the check after it gets it....
  21. Re: Summary of the first Contao Camp in Essen DE

    All fantastic points. Very excited to see the VFS layer, and looking forward to some official word on Contao:Reloaded. The thought of a whole new rewritten system is both exciting and nerve-wracking...
  22. Re: [stylesheets_external] Easy integration of stylesheets

    What types of errors do you have when importing? Have you reported these as a ticket?

    The beauty of Contao is that it is flexible enough to allow you to work any way you want, so to each his own....
  23. Re: [stylesheets_external] Easy integration of stylesheets

    Why would you want to circumvent the great CSS features that Contao has? Versioning? Minifying multiple files into a single CSS file for Google Page Speed? Quick filtering of your CSS in the backend?...
  24. Re: Newbie: Product Overview + single products Step-by-Step?

    Check out the demo shop, Beatrice. It's a good way to see how things are structured.

    The beauty of Isotope is that there is no single way to set this all up. You can configure it any which way...
  25. Re: Newbie Q: Isotope Demo Files - where to put them?

    Here's the basic steps:

    1. Install a fresh version of Contao. In the extension catalog, download and install Isotope as well as it dependencies (ajax, conditionalselect, tableLookup,...
  26. Re: product's price changing consequently total order

    This is available in the 1.3 betas. It's called "advanced pricing" and you can enable it in your Product Types. It lets you create all sorts of pricing tiers and conditional pricing based on member...
  27. Re: possible - deactivate product detail page for some produ

    You should be able to do that easily with the listing templates. You can assign different templates to different product types, so you could have some product types with a link, some without.
    ...
  28. Replies
    1
    Views
    1,140

    Re: Installing demo shop

    Because the SQL code involves adding pages, modules, and articles with specific IDs that will conflict with an existing install, it is not possible to do and is not recommended to try with the...
  29. Replies
    15
    Views
    4,258

    Re: Solution to token errors

    I will also say that Leo is a great developer, and that, yes, sometimes it is tough to consider UX over security and other features. It's also probably really tough to manage a ticket system like...
  30. Replies
    15
    Views
    4,258

    Re: Solution to token errors

    I think the way to approach this is to get a push going to recognize the ticket as valid first. Seems to me that is the biggest challenge here. Then we can work through the best way to find a...
  31. Replies
    15
    Views
    4,258

    Re: Solution to token errors

    I think the idea behind the simple token referrer system is actually a great one and is definitely a huge feature.

    It's the implementation that I believe is flawed. Interestingly enough, I don't...
  32. Replies
    15
    Views
    4,258

    Re: Solution to token errors

    Yeah, I have to agree with the responses here. Not a good way to handle the situation and it is in fact a major defect, as I would not consider that a security feature.

    Looking at the ticket it...
  33. Replies
    18
    Views
    6,979

    Re: Using Contao for Mobile

    I just posted beta2 which is 2.10+ compatible only. I did it quickly so I will take some time to review it tomorrow and make any updates, but hopefully this clears up the pre 2.10 issues... I think...
  34. Replies
    10
    Views
    2,871

    Re: 1.3.0 + Contao 2.10: error!

    Was there a stack trace or any other info below?
  35. Replies
    1
    Views
    1,363

    Re: Frontend URL's adding GET parameters

    Did you change "RewriteBase /" to "RewriteBase /root_directory" in your htaccess file?

    That usually is the fix for me. It's easy to forget!
  36. Replies
    8
    Views
    2,908

    Re: stock availability

    Not in the core package, but likely as an extension. This file is where things are at right now, but it needs some work.

    The concept is to have a historical record of stock levels so that you...
  37. Replies
    2
    Views
    1,480

    Re: Ajax checkout

    It is using AJAX, but only once you pass the login step... It also falls back to the normal process if there are any JS problems on the page.

    That is using a custom extension I have made that...
  38. Re: Separate shipping from billing addresses

    I think that the addCustomAddress Hook is your best bet at this point. We added it in there precisely for those reasons... Not sure there is any other way around it.
  39. Replies
    7
    Views
    2,531

    Re: When is Isotope 1.3 available?

    In phpMyAdmin you can select a table and then there is an option to "Repair Table". Otherwise you can run the following query on the table:

    REPAIR TABLE tl_iso_cart;

    It is rare but it happens -...
  40. Replies
    7
    Views
    2,531

    Re: When is Isotope 1.3 available?

    Hmmm... Your error may simply mean that you need to repair your tl_iso_cart table before installing. Can you try that?

    Technically it will run pre-2.10 but installing will definitely bring up some...
  41. Replies
    7
    Views
    2,531

    Re: When is Isotope 1.3 available?

    Are you using 2.10RC1?
  42. Re: Creating data-driven pages with Contao

    Hey RyanKent- Here's some answers:

    Step 1 - Yes, you can, but it involves some minor coding. I am surprised that there is not an existing frontend widget that allows values to be pulled from a...
  43. Replies
    7
    Views
    2,531

    Re: When is Isotope 1.3 available?

    The best we can say is "soon". I know that's not very helpful, but you can always grab the latest builds form the SVN here:

    https://winans.svn.beanstalkapp.com/isotope/trunk/
  44. Replies
    9
    Views
    3,372

    Re: Checkout login problem

    Hi Ernest-

    Thanks for the input... The registration module comes installed with the Contao core, so it is already there. The other extensions I mentioned are not necessarily required but rather...
  45. Replies
    9
    Views
    3,372

    Re: Checkout login problem

    The idea here is to make things flexible and adhere to the Contao framework. So if you want people to be able to create an account, you set up a redirect to a registration page where you can place...
  46. Re: Using Isotope to select Plans and get Quotes

    You should be able to do most of that with variants. However, it's likely that depending on how many options you have that you could end up with 100s of not 1000s of variants, which would be a pain...
  47. Replies
    11
    Views
    3,075

    Re: Facebook comment module

    Wow... Pretty slick! Going to test it out now!
  48. [subcolumns] - Latest version is echos $dc in tl_content DCA

    Just a heads up for Felix, the latest subcolumns version is trying to echo the DataContainer on line 513 of dca > tl_content.php
  49. Re: [isotope_category] Category management in Isotope

    Nice job, Ben. This will come in handy! I'll definitely check it out...
  50. Replies
    18
    Views
    6,979

    Re: Using Contao for Mobile

    Just posted two extensions that I used for the above project. Feedback and suggestions are welcome!

    http://www.contao.org/extension-list/view/mobilenavigation.en.html...
  51. Replies
    18
    Views
    6,979

    Re: Using Contao for Mobile

    FYI - I'll have my mobilecore extension ready to go this weekend. Gotta put in code to support <2.9 because I've been building with 2.10 using the new $ua-> feature, but I want to build in support...
  52. Replies
    9
    Views
    2,544

    Re: Product's listing from a folder

    Not sure how you would ever go about doing this, doyl. What would the folder contain? How would you determine the attributes and/or values?

    Anything you would do would be 100% custom to your...
  53. Replies
    6
    Views
    2,534

    Re: Print invoice very slow

    Yeah... I didn't look too much into WHY it was happening, that just happened to fix it. I'll do some more digging and see if it is something on the Contao or Isotope side but I have a feeling it's...
  54. Replies
    6
    Views
    2,534

    Re: Print invoice very slow

    That function has to do with font-embedding. So I did some experimenting and if you do the following it should speed things up. However, you will likely fallback to the standard freeserif font:
    ...
  55. Replies
    6
    Views
    2,534

    Re: Print invoice very slow

    We've been doing some query/data access optimization in the latest builds that I think should fix the problem. Are you printing multiple invoices or just a a single one?
  56. Re: Aggregate style sheets breaks CSS images

    Yes... If your CSS is in the "Custom code" area it will not do this.

    Also, not sure if it may have something to do with the tl_files_2 folder you are referencing, but if it doesn't match your...
  57. Replies
    7
    Views
    3,360

    Re: Contao conference 2011

    Here's what I'm keen to find out:

    • The new template system & HTML5. What we need to do to upgrade
    • The new User Agent detection. How can devs use it for things like mobile/tablet sites
    • Any...
  58. Replies
    5
    Views
    2,013

    Re: Drag 'n Drop Creator

    Seems like you'd need to adopt a JS UI library to do things like that. I have been keeping tabs on MochaUI for Mootools:

    http://mochaui.org/demo/

    It seems to do a lot of cool stuff. Maybe one...
  59. Replies
    2
    Views
    1,358

    Re: Separate checkout steps from checkout

    Nice job, Ruud! Very helpful!
  60. Re: 5 subcolumns with the extension subcolumns

    It's a little more complicated than that, but that is one thing. Basically the code is only ever checking for up to 4 columns, so you just need to figure out where those limits are and then add...
Results 1 to 60 of 261
Page 1 of 5 1 2 3 4