Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adam Burt 10 posts 74 karma points
    Mar 17, 2015 @ 12:36
    Adam Burt
    0

    Problems with setup in Umbraco 7.2.2

    Hello,

    I'm trying to set up version 3.0.2 (Provided by the Umbraco Package Repository) in Umbraco 7.2.2

    I'm having a few issues, and any insight that you guys can provide on any of them would be most appreciated.

    Firstly, I appear to be unable to load any currency in the CMS. Clicking on the Jamaican currency (or creating the one I want) results in me being stuck with an endless loader gif. Here's the Headers and Header Response from Chrome Dev Tools, in full: http://pastebin.com/9QV9npmb

    I thought perhaps, as the location response seems to include logout.aspx that this might be a security issue and I didn't have the right permissions - However, when I click on 'Security' within Teacommerce I get nothing. The console tells me that: "No menuUrl property found on the tree node, cannot load menu "

    Perhaps most importantly, I'm getting a 500 server error on "/base/TC/FormPost.aspx" - Which means that even if I could create my currency and country etc, I wouldn't be able to submit any information any way!

    The error I receive can be seen in full here: http://pastebin.com/pK4Gu6qN

    Here is an example of my form markup: http://pastebin.com/nvqfpLxx

    I can confirm that when rendered the GetStringProperty method returns '1' for storeId, which I believe is the id of my store (At least, it seems to be, from the URLs in the CMS). The productReference is just set to be a string (#EXAMPLE) at the minute, and the properties are producing the expected strings also.

    Any guidance or pointing in the right direction would be much appreciated,

    Cheers.

  • Anders Burla 2560 posts 8256 karma points
    Mar 17, 2015 @ 12:51
    Anders Burla
    0

    Hi Adam

    Read this post about the hanging: https://our.umbraco.org/projects/website-utilities/tea-commerce/tea-commerce-support/61133-Teacommerce-backend-hangs

    About missing a store id for your model is because you need to have a Tea Commerce store picker data type added to your website doc type. So The products that are children to your website have a doc type with the sotre picker as a parent or ancestor.

    Kind regards
    Anders

  • Adam Burt 10 posts 74 karma points
    Mar 17, 2015 @ 13:00
    Adam Burt
    0

    Hi Anders,

    OK, I'll report back in a couple days when 7.2.3 is out RE the page hanging, thank you.

    However, on the storeID issue - I do actually have a store picker in my content tree, on my homepage node above all my products. It has an alias of 'store' and the GetStringProperty in my code example above references it recursively, it definitely returns 1 which I believe is my store id. Any idea why that might not be sufficient?

    Thanks for your help so far, any further insight would be great,

    - Adam

  • Anders Burla 2560 posts 8256 karma points
    Mar 17, 2015 @ 13:03
    Anders Burla
    0

    Used the special TeaCommerce store picker datatype? And yes 1 is properly the right one. Are your products located below this node with the store picker? Try publish all nodes from top to bottom - with a save and publish for each node - not a publish children. Also refresh the Umbraco cache. If it still fails the be sure the node id that you supply to the method is a product that is under the node with the store picker.

    Kind regards
    Anders

  • Adam Burt 10 posts 74 karma points
    Mar 17, 2015 @ 13:24
    Adam Burt
    0

    Hi Anders,

    It was the ProductIdentifier that was wrong! I had it set as a unique id the admin could set on a product rather than the Node id. D'oh!

    Thanks for your help.

     

    - Adam

  • Anders Burla 2560 posts 8256 karma points
    Mar 17, 2015 @ 13:50
    Anders Burla
    0

    No problem Adam :)

    If you ever need more support and maybe even better help - have a look at the Confidence product
    http://teacommerce.net/products/confidence/

    Kind regards
    Anders

Please Sign in or register to post replies

Write your reply to:

Draft