Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

akkinmore

Archived
  • Posts

    224
  • Joined

  • Last visited

Posts posted by akkinmore

  1. I have just installed this great contribution and all went well except one little problem. I used the zone shipping module and set the zones into 3 different shipping zones with countries and shipping rate. I noticed a little problem when I log-in as a member pressed the checkout button and went into the checkout shipping page. The "No shipping available to the selected country" appear instead of the shipping rate. When I pressed the refresh button on the IE browser, everything was back to normal and the shipping rate was correctly shown.

     

    Is their anyway to solve the problem as I do not have such problem before.

     

    Anyone knows what is the cause of the problem. Any help would be greatly appreciated.

  2. Adam,

      Thanks for your response.  We are using the same QB store for each of the store fronts, but we needed a way to tell which store the orders came from.  We made a simple addition to the code to vector off to different classes within QuickBooks.  I think that it's going to work OK.

    Akkinmore,

        We are using QBI with the options type attributes, at least using the text box feature of option type.  We had to add in some custom code to make it work the way we wanted.  What we ended up doing for the import is to place the actual text in the memo field.  Then for the product sub-product, we just passed in a value if it existed.  We also have one that uses a yes no value.

     

    For example, we have one text field called name drop where a user can add custom text to a T-Shirt.  In the QBI we created custom code so if it's there it gets a value of ND if not it gets a value of NOND so a T-Shirt combo might look like:

    TSHIRT2000:Blue:Large:ND

    Where TSHIRT2000 is our product ID.  This seems to be working pretty well, but I would be interested to see other approaches if someone has a better idea.

     

    Hi Ryan Smith

     

    Would you mind sharing your custom code? Thank you. :)

  3. in the pm i stated the solution is at the front of the thread

    the very first post

    please read the beginning of the thread

    i have no problem with the various options boxes and others in the thread here have said the same thing.

    if you can not get it to work, not much i can do, the instructions are there.

     

    Mibble,

    Below is the pm message from you. You have a bad memory, so let me refresh your memory.....

     

    Yesterday Message....from Mibble

    "it is at the end of the easypopulate support thread not a separate thread per other moderator input"

     

    If you are not interested to support... fine.. Nobody ask you for help. You are the one started all this.....

    If you do not know, let me and others voice their opinions.

  4. explained in the very first post of this thread.  the first person to use it states he had no problem following how it works with the explanation, i have others who have had no problem following the explanation on how to use products attributes and options, i even have customers who use it who dont know much about excel and they have no problem.

     

    Mibble,

     

    I do not understand. You are contradicting yourself. When you PM me telling me the solution is at the end of this thread and now you are indicating there is no problem with this contribution from the first person who use it. I am very sure you are not familiar with Product attributes - option type feature contribution.

     

    Easy populate has no problem with product attributes. But it has problem with the contribution when you use product attributes - option type feature. When you use easypopulate to upload products with attributes such as text input boxes, radio button, text area box for comments, all data is gone. The attributes using text input boxes, radio button with data did not upload back to the database correctly and the product info page is not showing such attributes at all.

     

    If you think there is a solution, show it to me as I have search through this thread with no result.

  5. Hi,

     

    I have been using the v2.0b with the beta-3 release of the automatic redirect script for awhile and everything seems okay. Now I am interested to upgrade to new verion v2.1c.

     

    Can anyone tells me if the beta-3 release of the automatic redirect script works well with v2.1? Any comment would be appreciated.

     

    One more simple question. I have installed apache 2, php and mysql on my win xp. Can mod_rewrite work under win xp os?? :blush:

  6. Hi everyone,

     

    I have just installed this great contribution and everything seems to be working so far. I have one small request. Is there anyway to change the following:

     

    from

    http://www.mydomain.com/about_us.php

     

    into

    http://www.mydomain.com/about_us.html

     

    I am not familiar with Apache and Mod rewrite, but I believe this can be done. Any help would be greatly appreciated.

     

    Thank you in advance. :D

  7. Hi,

    I have the following problem.

     

    *******

    Featured Products

     

    Products Status Action

    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-12, 12' at line 1

     

    select p.products_id, pd.products_name, s.featured_id, s.featured_date_added, s.featured_last_modified, s.expires_date, s.date_status_change, s.status from products p, featured s, products_description pd where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = s.products_id order by pd.products_name limit -12, 12

     

    [TEP STOP]

     

    *******

     

    I am using osC MS2 2.2 and followed instructions exactly. Previous post did not mention any solution. Any help would be appreciated.

     

    Thank you in advance for your time. :blush:

  8. Hi Jack_mc,

     

    I have installed the lastest contribution and found a big bug. When tried to delete a page in the Admin that I created and press update btn... somehow this action deleted most of the codes in the cat/includes/header_tags.php file. Any idea why this is happening?

     

    I have to re-install the file to make it work. I think this causes unexpected problems. :o

     

    I think the file cat/includes/header_tags.php needs rework.

  9. Hi

     

    I have one more thing to add about the refund. When there is a partial refund in the order, the word CANCEL appear in the order status. Although there is no email to the customer, it reflects in the order history.

     

    I would like to know if there is a way to get rid of it. The customer might think that the order has been canceled. Any ideas? :rolleyes:

  10. Akkinmore, are things working correctly for you now? I noticed that, as of today, PayPal IPN's are being processed immediately via the sandbox environment. I received the order confirmation emails immediately after the transaction and they contained the correct shipping and billing address info. Let me know if you are still having problems and I'll post the code that I have, which may help solve your problems.

     

    Hi confuxion,

     

    Yes the IPN is working as normal. Thanks I would very much appreciate if you can post it here. As in the past few days I was trying to fix the attributes not showing correctly in the email when option type features contribution is installed.

×
×
  • Create New...