Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cheapo

Pioneers
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mike G

cheapo's Achievements

  1. Tin, CreLoaded is an offshoot of OsC. Just "loaded" with modules. http://www.loadedcommerce.com/index.php Unfortunately it is outside of my abilities to adapt it. In fact I am unable to even get this to install.
  2. Can this be adapted to CRELoaded? We have been looking for a module like this but for creloaded (aka loaded commerce). Thanks, Mike
  3. Thank you. I did have == when I placed it into the file to test but it didn't work. I don't know why but $catParentID is always empty. No worries as it isn't a killer at this time but it would be nice to be able to get pretty granular in the google taxonomy. Might lead to better ranking... Mike
  4. Just plugged in that code (that I quickly wrote above; I'm sure it is wrong) and it didn't work... I guess I'll have to see what the right if($catParentID = '28') statement is...
  5. Could something be done like if($catParentID = '28') { $google_product_cat = "Sporting Goods > Indoor Games > Bowling > Bowling Balls"; }else{ $google_product_cat = "Sporting Goods > Indoor Games > Bowling"; } So that there could be multiple levels of google's taxonomy based upon the parent id? Thanks, Mike
  6. I am installing this on CRELoaded. It works except it has the same cat_to_prod problem that the Zencart version has which prompted version 2.2A. I looked and can't seem to debug the issue, could you point me to the fix that was made to the zencart version? (I'm hoping I could make a simple fix and have it work in CREloaded.) Thank you, Mike
  7. It is different for everyone. If you domain name is bigvoodoo.com then most likely it is /voodoo/public_html BUT!!! the beginning might not be /home/ it might be home1 or home2 or homehere, or anything else. Check your control panel or ask your webhost for your right path. Mike
  8. I don't know I closed out of your page when I couldn't close that overlay splash screen. I think that should be removed as I wouldn't use your site because of that... BUT to answer your question I don't think you can. It needs the "P" and "C" type tags to figure out what things (products or categories) to show. Mike
  9. I FTP to the feeds directory and download the file. I have deleted the file too, re-ran and it builds fine except for missing the fields for shipping and tax. I guess if I am the only one this is fine since I did as you suggested and also set it up in google itself. But it is an enigma that I will try and look through the code and see what it might be since I like figuring out puzzles. Thank you for the replies. I'll update you if I figure something out and continue reading here to see if any others have the same issue. Mike
  10. Actually I did set them. define('OPTIONS_SHIPPING_STRING', 'US:CO:Ground:8.10'); //says charge tax to US for residents of Florida at 5% and don't apply tax to shipping define('OPTIONS_TAX_STRING', 'US:CO:8.10:n'); //says charge tax to US for residents of Florida at 5% and don't apply tax to shipping But the file doesn't have those headers or set info. Thank you, Mike
  11. I feel dumb but I installed and ran the feed without issues but I don't see anywhere in the file where tax and shipping are in built file. Required from Google soon: "we’ll also require your product listings to include tax and shipping information to provide buyers with important price information" I do have this enabled: define('OPTIONS_ENABLED_SHIPPING', 1); define('OPTIONS_ENABLED_INCLUDE_TAX', 1); In the built file the headings are: link title description price image_link id condition expiration_date mpn Did I miss something? If so could someone help me out in figuring out what I missing? Thank you, Mike
  12. I need some advice and help.... I was using a payflow pro module until I needed to become PCI compliant. I went the easy route 3 months ago and changed to Payflow link and had the module working (including the silent post so if the person didn't click the final link the order still would get recorded). But in the last two months the silent post option quit working...... So I am again looking back at other modules. So what I am looking for is information.... A while back I was using payflow pro. Then changed to link so credit card info wouldn't be collected on my site but paypals.... Is this contrib able to be used for payflow link or pro, or is it just for the normal paypal processing? I am sorry if I am asking questions that may have been answered but I have just spent 7 days working on the payflow link contrib trying to figure out why it quite working and I am brain dead and now looking for other solutions. Mike
  13. I have read though most of the post looking for an answer and unless I have missed it I don't know if this has been asked. Is it possible to have multi-word keywords? As it is done now the keywords are like: car, red, hot, wheels, cheap Would it be possible for it to be like: car, red, hot wheels, hot, wheels, cheap Thanks! Mike
  14. Well.... I deleted the "Usu_PopUpImage.php" file and then the pop-up images no longer work (FWR 404 page). When I put it back the pop-us show again. Help please. Mike
  15. I don't want peril so what would you recommend for all of the URLs that are in google's index that wont resolve now? I ask because I would like to not have to lose all of the google links but without those rewrite rules most pages will go to a 404 screen. Better to have that happen? :'( Mike P.S. may make no matter but changed it to: RewriteRule ^(.*)/p([0-9]+)/(.*)/product_info\.html$ product_info.php?products_id=$2 [R=301,L]
×
×
  • Create New...