Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

theman

Archived
  • Posts

    157
  • Joined

  • Last visited

Everything posted by theman

  1. Hi JanZ, Got a quick question for you, when adding Specials you can set each groups individual special price, is their a way to add All Groups to the drop down menu so I can set a special price for every single group (ie either 10% off or a set price) which would add the special to each group automatically instead of me setting 6-7 instances of the special price especially when they will most likely be the same price?
  2. could u maybe help me with this? im not php savvy enough to do it my self;(
  3. thanks alot ill try that out....instead of using Java to update prices would it be possible when inserting the products price to insert price for group 2, 3 and 4 as well? with like a sql statement? or would java be easier
  4. Hi, Just wanted to know how I could create 3 groups with 5% 10% 15% off respectively and have it automatically insert that into the database when i set the retail price? and also how could i update all the retail prices already in my db and add the 3 groups? thanks
  5. Hi, How can I show the retail and group price on the product info page IE with 399.99 249.99 with the 399.99 having a strike through it like how specials are shown? and also is it possible to set a 10% discount to one group for all products...or do i have to manually set each price?
  6. yes you should be able to delete columns inside the file, except for model # as it is required for EP to function properly. Also EP will automatically create manufacturers and categories that are in the file. Hope that helps
  7. hi ralphday, got a quick question for you If i have a file that has MODEL # ATTRIBUTE 1 (COLOR) ATTRIBUTE 2 (SIZE) QTY ie 54445 GREEN M 4 54445 BLUE M 4 54445 BLUE L 2 is there a quick way to import it? as I have a huge inventory along with a couple retail stores it would be impossible to keep track of stock so if i could do an update every nite with jus importing one file that would be great..i can get my pos software to export a file in a similar format..now just need to import into osc some help would be great thanks
  8. anyone ever create soemthing that would cross-sell items from different categories (instead of manually picking each cross-sell) have all t-shirts crosssell with random pants and shoes, earings with bracelets etc when there are over 1000 products its kinda a pain to cross sell each item and if not that what about if i cross sell one item (for example: product A) with product C then Product C automatically cross sell's Product A
  9. two of my sites were approved by google as well thanks chemo but i still have that small prob of seo urls not workin on one of my sites :(
  10. im guessing its your config (catalog/includes/config.php) file which is wrong but im no expert :~
  11. my and chemo sorted it out was a path issue i had wrong thankks chemo
  12. yup you can verify it as well if you want :P http://www.soularclothing.com/catalog/googlesitemap/ http://www.soularclothing.com/catalog/sitemapindex.xml http://www.soularclothing.com/catalog/sitemapproducts.xml http://www.soularclothing.com/catalog/sitemapcategories.xml and im happy to help
  13. yup dummy files were moved to the store root when u told me too
  14. that tepsession error goes away but then i get the ERROR: Google Product Sitemap Generation FAILED! ERROR: Google Category Sitemap Generation FAILED! ERROR: Google Sitemap Index Generation FAILED!
  15. alright now that thats fixed i get another error :~  Fatal error: Call to undefined function: tep_session_is_registered() in /homepages/9/*********/htdocs/***/catalog/includes/functions/html_output.php on line 207 here are my lines 207 - 221 if (!tep_session_is_registered('customer_id') && ENABLE_PAGE_CACHE == 'true' && class_exists('page_cache')) { $link .= $separator . '<osCsid>'; $seo_link .= $separator . '<osCsid>'; $seo_rewrite_link .= $separator . '<osCsid>'; } elseif (isset($_sid)) { $link .= $separator . $_sid; $seo_link .= $separator . $_sid; $seo_rewrite_link .= $separator . $_sid; } if ($seo == 'true') { return ($seo_rewrite_type == 'Rewrite' ? $seo_rewrite_link : $seo_link); } else { return $link; }
  16. wendy this might be the error..but chemo should double check.. not sure if im right but looks like there is an errror on line 83 and should read $this->link_id = mysql_connect($this->host, $this->user, $this->pass); instead of $this->link_id = mysql_connect($this->$host, $this->user, $this->pass); as there is an extra $ in this line
  17. store is in domain.com/catalog/ dummyfiles are domain.com/
  18. alright did that now get this ERROR: Google Product Sitemap Generation FAILED! ERROR: Google Category Sitemap Generation FAILED! ERROR: Google Sitemap Index Generation FAILED!
  19. hi chemo, tried installing this contrib and got the following error
  20. integration with qtpro to adjust individual attribute inventory counts would be a great and very useful feature
  21. hi i would like to make to Add to wish list ...text instead of an image (on product info page)..how can i accomplish this? also would like to know how to send images along with a buynow link in the email...(basically have the send wishlist to friend copy product info page and send as an email)
  22. i get the following error when all attribute stock for aparticular item has been depleted to 0 or never was set Warning: Invalid argument supplied for foreach() in /homepages/9/d9537741/htdocs/catalog/includes/classes/pad_base.php on line 443 could anyone help me out with this
×
×
  • Create New...