Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

GMGGG

Archived
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Gregg

GMGGG's Achievements

  1. Ok, sorry I posted prematurely. I solved my problem by using this in the index.php <?php if (isset($HTTP_GET_VARS['products_id'])){ // Randelia Custom_META_Tags_Per_Item. Includes TITLE! echo ShowMETA('product_info', (int)$HTTP_GET_VARS['products_id'], $languages_id); } else { // Randelia Custom_META_Tags_Per_Item. Includes TITLE! echo ShowMETA('categories', $cPath, $languages_id);} ?>
  2. I am not sure if you found the solution yet but here is what I did. Basically where the install says to add the follwing to the index.php page I replaced this instead. <?php if (isset($HTTP_GET_VARS['products_id'])){ // Randelia Custom_META_Tags_Per_Item. Includes TITLE! echo ShowMETA('product_info', (int)$HTTP_GET_VARS['products_id'], $languages_id); } else { // Randelia Custom_META_Tags_Per_Item. Includes TITLE! echo ShowMETA('categories', $cPath, $languages_id);} ?> I am using an old version of SEF. I think 1.3
  3. Great contrib but I am having one problem. Has anyone been able to get this to work with this other contrib: http://www.oscommerce.com/community/contributions,2796 The categories work fine but the products are not working.
  4. I had posted a problem and it was so stupid I could barely stop from kicking myself. When I created the tax zone I had never clicked on the FOLDER icon. Once in there you simply assign the Country and Zone by slecting 'insert'.
  5. John. I do not know how to fix the problem but I found a workaround which will allow me to change the order status and update the inventory accordingly. Basically I can live with the fact I do not get the email notification because I get one from PayPal anyway. The inventory was more of a mess but at least now I can fix it fairly easily. For the workaround I hacked the Restore Inventory On Void Order - ver.1.0 to allow me to Add/Subtract inventory for an order by changing its status. I am not sure if you are interested in this but if you are let me know. -G
  6. John, please take comfort in the fact your are not alone. I am seeing the same problem. If the customer is not returned to the site the inventory is not updated. For users with a PayPal account already they are Auto Returned. However, because I do not require a Paypal Account they are presented with the option to Return to the site or save their information. At this point if they close the window I at least get the order and have to manually update my inventory for each item. I am trying some messages to the user to see if it gets any better. However, I would love to find some kind of contrib that will let me at least re-process the order to update the inventory. -G
  7. Sorry, This is NOT a CCGV problem . I was able to figure out what was happening. I have PayPal account optional set at PayPal and if the user does not have a paypal account and does not click "Return to Merchant" the inventory is never updated. Auto return only works for users with PayPal accounts. -G
  8. Inventory Not Updating. I am not sure if this should go in the PayPal IPN thread but I believe this problem started with I began using the CCGV mod. I am also using the Jan 2005 PayPal IPN Update for the CCGV. It seems if a user takes several minutes to complete the transaction using PayPal IPN my inventory is not being updated. It has been very hard to track down because it is only happening on some users. As best I can tell the inventory does not get updated if the user takes upwards of 4 minutes to make the payment. I also notice when this occurs I am not getting the email notifications either. So if I receive an order w/o the email notification I know I have to go manually update my inventory. Any ideas? I am really at a loss with this and do not knwo where to start. Also, my store is heavily modified. I am using CCGV, Seach Engine Friendly URL, EZier New Fields. thanks, -G
  9. I have been trying to do a similar thing between US and Canada. What was your design fault? I am having a terrible time not showing our Table Rate shipping to Canada based users.
  10. Sweeeet. Works just fine. I can live with this. :thumbsup: Thank you,
  11. PayPal Preparing IPN status is showing for a purchase that are 100% voucher. I only have the PayPal IPN payment module installed and it works with the CCGV mod. However, if someone uses a voucher to make the entire purchase it shows their status as PayPal Preparing IPN and dose not switch over to Pending. Is this normal behavior? I believe I have the latest version of the mod installed and the PayPal CCGV modifications. Thanks, -G
×
×
  • Create New...