Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TheArtsCoop

Archived
  • Posts

    17
  • Joined

  • Last visited

Posts posted by TheArtsCoop

  1. Well, I still don't know the answer to the question I posed, but I just installed this contribution: Product Attributes Sort Order v1.0 located here:

     

    http://www.oscommerce.com/community/contributions,1822

     

    And it seems to work just fine. Very simple installation.

     

    - James

     

    I am also trying to sort attributes, although I haven't installed any contributions to do this yet.

     

    I've tried simply adding an "ORDER BY" statement to the SQL, but that doesn't seem to have any effect.

     

    I'm wondering if it because of the way the array is built that contains the attributes; perhaps the sort order is lost in this step.

     

    Any PHP gurus know anything about how this might work?

     

    Best,

     

    - James

     

    -------------------------------------------

    The Arts Coop - Art for Everyone!

    http://www.theartscoop.com

    -------------------------------------------

  2. I am also trying to sort attributes, although I haven't installed any contributions to do this yet.

     

    I've tried simply adding an "ORDER BY" statement to the SQL, but that doesn't seem to have any effect.

     

    I'm wondering if it because of the way the array is built that contains the attributes; perhaps the sort order is lost in this step.

     

    Any PHP gurus know anything about how this might work?

     

    Best,

     

    - James

     

    -------------------------------------------

    The Arts Coop - Art for Everyone!

    http://www.theartscoop.com

    -------------------------------------------

  3. Hi All -

     

    PWA works great! Thanks for all the hard work, everyone!

     

    I want to try it with a twist now: I'd like to hide the account functionality altogether, and see how sales are affected by not even offering an account option. In other words, when someone hits "checkout" I want them to simply see the content on "Order_Info.php" (to fill in their name and address info).

     

    I tried simply changing the URL to "Checkout" to go to Order_Info.php, but clicking "submit" from there after filling in the form simply reloads the Order_Info.php, without keeping any of the data entered.

     

    Can anyone suggest what I can do to accomplish my objective?

     

    Thanks,

     

    - James

  4. Hi All -

     

    Any status update on this contribution?

     

    I have Vendor Auto Email working now (except for attributes in the emails--I know you're working on this, Craig :-) ) and found this thread (which pertains to my next implementation hurdle for my store).

     

    Thanks for all the hard work on this everyone!

     

    - James

  5. Hello,

     

    I'm using STS with Password Without Account (PWA).

     

    Has anyone else used these two contributions together?

     

    My problem: When someone purchases without account they can resume shopping after checking out and their session is still active--so if there is a "My Account" link somewhere, they can click on it and access features they shouldn't.

     

    There is a mod to PWA that supposedly fixes this, conditionally displaying the "My Account" and/or "Logoff" link. However, it isn't working for me, and I'm wondering if it is STS-related.

     

    Anyone willing to please give me a hand here?

     

    Thanks!

     

    - James

  6. This fixed the problem for me! Woohoo!

     

    Thanks!

     

    Craig,

     

    I am looking at contributions like yours as a solution for a client of mine. I have not installed or tested your contribution, but looking through the code, I noticed something that might be causing the bug you have been wrestling with (not displaying existing values on edit):

     

    In vendors.php, I noticed that, throughout the first part of the file, you refer to

    $vInfo->

     

    Then, under the edit case of the switch() statement on (or near) line 248, you refer to

    $vINFO->

     

    I'm thinking this might be why your form fields are not being populated...what happens when you change the case here?

     

    Just my 2 cents, since I have not used this yet, but think it is a valuable contribution.

  7. Hello,

     

    I'm using PWA v0.80 w/OsC 2.2 M2.

     

    Everything seems to work fine so far, except during the checkout process step 1 ("Delivery Information", the file is checkout_shipping.php) I can't proceed to the next step.

     

    Clicking "Continue" returns me to checkout_shipping.php (the same page).

     

    The HTML <FORM> element looks like this:

     

    <form name="checkout_address" action="https://www.mystore.com/checkout_shipping.php" method="post"><input type="hidden" name="action" value="process">

     

    I checked and I haven't modified the code on checkout_shipping.php at all since installation.

     

    Can someone lend a hand here? What files should I be looking in for the root cause of this problem? What passes in the <FORM> tag parameters?

     

    Thanks,

     

    - James

  8. Hi Craig - that would be great to get a fix! Thanks for your continued work on this contribution. I may also work on it. If I come up with something I'll let you know.

     

    I did apply the modification you suggested to wintecsman and it seemed to work fine (I tried it without and ended up with lots of errors!).

     

    Oh one other problem I'm having: I added the first vendor just fine. All the rest throw this error (even if I fill in all the fields with real values instead of "fdasf" or blanks!):

    1062 - Duplicate entry '0-1' for key 1
    
    insert into vendors_info (vendors_url, vendors_id, languages_id) values ('fdasf', '', '1')
    
    [TEP STOP]

     

    The vendor information seems to get added to the database just fine, though.

     

    Any idea what could be causing this?

     

    Thanks,

     

    - James

     

    Hey James, I started linking the attributes to the Vendors and got sidetracked by a number of other things. I still plan to get it done though. I may take a little time this week and see if I can't get this part done quickly. There are few other small things I wanted to do before I released the new version. Did you apply the fix I posted for wintecsman?  I had hoped that since he did not come back with another reply, that dealt with it. Maybe not. I will post here as soon as I get something done. And your welcome, eventually, I think it will be very good, as I plan to integrate several other Vendor management features over time. Craig :)

  9. Hi Craig -

     

    Did you ever come up with a fix for this? I'm running into the same issue (running OsC2.2M2 with all your updates to the vendor email contribution).

     

    Thanks for this great contribution!!

     

    - James

     

    wintecsman, that is a new one for me as I have not used the attributes much. I will look into it and see if I can come up with a fix. I believe we will need to tie the product-ooptions to a vendor as well for that to function properly. I have been working on that as it was a previous request, and when I get it finished I will update VS-Email with afew other updates as well. In the meantime I will see if I can come up with a fix for you. Have you installed the latest updates I have posted in the contrib area? I need to know which files you are using so I can replicate properly. Thanks for support and I will get back to you as soon as I can. Craig :)

×
×
  • Create New...