Oct 17

Alpha 0.3 bug release

Hello everyone. I managed to fix a few of the bugs in alpha 0.2 which brings us alpha 0.3. I fixed the metric/imperial bug. Also the categories “vendors” and “products” are now created upon installation! Not a huge release but I hear our next step is to integrate the shopping cart plugin as well as a checkout feature. That will be nice when it’s done. Enjoy.

— JR Chew

Ads help support TextCommerce

Comment

  1. thank you very much for your work! gonna try it out now and report back.

    steve · Oct 18, 11:21 AM · #

  2. I still am unable to get the store tab to display, although I am able to select it’s child elements via the dropdown.

    I am using the admin facelift. v2… but still.

    Dale Chapman · Oct 18, 01:09 PM · #

  3. The problem does lie with facelift in your situation Steve. I just talked to Levi, we may build something to accommodate facelift. We’re really having issues with the tabs in general though. Wish I could provide some immediate help. I’ll keep you guys updated on any progress we make towards fixing the tabs.

    JR Chew · Oct 18, 01:17 PM · #

  4. OK, I figured one thing out… if you make your inline css more specific, ie, #edit ul{} instead of ul{}… the dashboard tabs behave nicely.

    How is the store tab being called into existence? Perhaps the problem is that the tabs in my facelift are ul->li rather than table cells? So if I could find out where the store tab is being created I could make an li instead. Hack…

    OK I see where… it’s in a function called. ln_txp_commerce_tab, so all I’d have to do is …
    1. duplicate and rename the function.
    2. hack it to return nice ul-> lis instead of tds.
    3. check for the existence of a ul with an ID of “actions” if so do hacked_ln_txp_commerce_tab , else do ln_txp_commerce_tab.

    Sounds straightforward. Unfortunately my coding skills are protazoan.

    Dale Chapman · Oct 18, 02:01 PM · #

  5. As for the tab issue, maybe you guys could post on the textpattern forums to see if anyone could help with that? the txp developers are usually quick to respond if they can.

    steve · Oct 21, 08:44 PM · #

  6. I’m not sure, but – how is there situation with further translation? Are text masseges of plugin collected into one place?

    the_ghost · Oct 22, 12:25 AM · #

  7. i’m curious…is the shopping cart component going to be session based? similar to joe_gcart

    steve · Nov 10, 05:22 PM · #

  8. Yes, it will be session based, though, to my knowledge, it is not based on joe_gcart. We will be releasing a beta version soon. (within the week)

    JR Chew · Nov 12, 09:23 AM · #

  9. will this solution be able to accept coupon codes?

    Matt · Nov 13, 11:06 PM · #

  10. TextCommerce will not include support for coupon codes in our upcoming release. It is a great idea though and I am sure we will build a plugin for this, though I am not sure when.

    JR Chew · Nov 14, 08:13 AM · #

  11. yours plugin dosn’t respect textpattern’s db prefix :/

    first example
    tc_core_library, line 80 or something is:
    SELECT billing_company FROM `txp_users`’
    and should be:
    SELECT billing_company FROM `”.PFX.“txp_users`’

    my instalation crashed :/

    rzm · Nov 16, 11:39 AM · #

  12. rzm, thanks for pointing this out. In my experience a people don’t often use the txp prefixing so this is probably why that got overlooked. However it’s a big oversight on our part. We’ll try to add that bug fix into the next release.

    Levi · Nov 17, 09:56 AM · #

  13. I’m getting an error when I install Alpha 0.3 tc_core_library.txt. It’s looking for a function, rebuild_tree_full(), which doesn’t seem to be there. Any suggestions?

    John Anderson · Nov 17, 01:59 PM · #

Commenting is closed for this article.