Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

glycerine

Pioneers
  • Posts

    36
  • Joined

  • Last visited

Everything posted by glycerine

  1. Ah thank you thank you must have over looked your recommendation in the last post. All working now.
  2. Awesome thanks that seemed to have fix this issue but now the menu items look like this http://iforce.co.nz/i/i10xiz3p.exa.jpg Something seems to be adding a fixed height of 284px to the elements
  3. Hi, Thank you for a great addon. I have one issues with it though. It seems to be affecting my CKEditor with this addon http://addons.oscommerce.com/info/8490/v,23 The CKEditor on the product edit page works without an issue. Here is a picture of what it should look like but a few seconds after loading the page it flicks to this After playing around a bit the problem seems to be the file ext/jquery/ui/jquery-ui-1.10.4.custom.min.js but im not sure how to fix it. Any help with this issue would be greatly appreciated. Thanks.
  4. @@IWAS in the file catalog/smartsuggest.php I did the following: Find the first two $suggest_query queries and add the following before pd.products_name as result p.products_image as image, then find $display_name = htmlentities($suggest['result']); add below $display_image = htmlentities($suggest['image']); and change echo $display_name . "\n"; to //echo $display_name . "\n"; echo "<img src=\"" . DIR_WS_IMAGES ."". $display_image ."\" height=\"64px\" /> ".$display_name . "\n";
  5. Hi all, Firstly thank you got the great addon. To those of you not getting the search box up I found out that the js file is not actually being called. So you need to add the following to your template file where your other js files are called. <script src="ext/javascript/smartsuggest.js"></script> #change the path if you put it else where Also if you have an modified template you may need to edit the css for the suggestion box.
  6. great idea with this contrib. Has anyone got this going with Seperate Pricing Per Customer? This contrib works fine when the customer isnt logged in but when they are the price doesn't change from ex tax.
  7. Thanks for the reply. What i meant was when a customer selected all there products then clicked add to cart it would put the products as there osc product not a custom product. so instead 1 product it had 5 (cpu, mb, ram, hhd, case). But i managed to makemy own custom pc builder. I will post it once its operational. While im here it seems you know your way around osc carbon (cool handle btw :D) how would one set up the shopping cart so that it would allow products with a negative quantity so also returning a negative price. Reason being is that i have a base system with case, psu, mb, 1gb ram, keyboard and mouse. So if a user selected a psu upgrade it would in the shopping cart display the default psu as a negative quantity and price and have the upgrade as a normal product. I can do the coding for that jsut need to know where in the shopping cart the code is for it to not remove the product if it has a negative quanity. I hope i make sense.
  8. Hey guys great mod. Just wondering what other people have done with this mod to make it suit there needs. Im wanting to use this mod but change a few things one thing is send the items as there own product to the shopping cart not as a bundled product. Just wondering if anyone has had any luck with doing that?
  9. I am also having the same problem needing to go into phpmyadmin to create and edit categories. Also is it possible to set up a default product for each category has anyone thought of looking into this?
  10. Ive had a look across the forums and couldnt find anything even google. So what im after is a addon that will set the pricing for all products due to the category they are in so cat1 will add 20% to price cat1 will add 5% and so forth. Just wondering if there is a addon out there that will do something similar?
  11. UPDATE!!!: mainly for 'geoffreywalton' currently create all the mysql queries require to import products, categories and manufacturers now. Now to insert it all inot php. Its going to be no where near as functional as EP but will do what i need it to do for my needs, it has helped me learn PHP/mysql really quickly and understand alot of the functions. Will keep you update for your sweepstake geoffreywalton. :D
  12. Yeah i did originally reformat my suppliers feed to suit EP but after running macros for over 35,000 products (in just one of the many different feeds) we came to the conclusion to create a different populate tool for each individual feed. As we have the site on a linux box we dont want a separate windows box sitting there being wasted by doing excel/vba macros all day. We decided that that would not be feasible. :) Thanks. Another question, I'm quite stuck on the categories creation part if anyone could explain to me the process that they are create for example: what order the data is import into the db via the tables. (does it import the data into the tbl.categories the sends the appropriate data to tbl.categories_description then tbl.products_to_categories.) I realise this is alot to ask and much help is appreciated as i am still learning about php. After creating a cms from knowing no php at all, learning all this will help me alot and maybe return the favour to the community. :) Thanks Craig
  13. I probably shouldn't post this in here but since that surfalot knows alot about this maybe you could help. Ive decided to make my own populate tool due to the fact that i receive many feeds from many suppliers and they are all different. If you could help that would be great i basically would like to know which file in osc creates the categories as i am stuck on the creation of the categories_description.categories_id as it is not auto increment and how to link to the categories table. Or if this code is in the EP tool that i could look at and get a general idea of how to implement it for myself. Thanks Craig
  14. Still enjoying this add-on. But need some help, ive had a quick look to see if anyone has asked about changing the sequence of the header. Ive decided to have multiple copies of EP running on my site for the multiple csv files i get from my different suppliers as the formats are all different. So if anyone has any ideas a way of going about this, it would be greatly appreciated. Ive tried to use excel and set up afew macros to add and rearrange the required feilds but with csv's with ouver 35,000 products it tends to take a while. Also is there a way to not use the EOREOR as i do not want to have to edit the csv's from my suppliers. Thanks Craig.
  15. Hi im just wondering if anyone has modified there code to delete all the products in the catalog then run EP? So what i would like is the user would select there file to upload then click 'insert into db' and it would run a quick query that deletes all the products in the catalog. I have made a custom field that is either 1 or 0, so if custom field = 0 then delete from db else do nothing, then run EP upload. Mainly i would just like to know where to put this in the easypopulate.php file? I can probably do the coding myself but anyone has any better ideas help is much appreciated. Thanks
  16. Hi i receive a feed from my supplier and for the image they give me a call function. Is there a way easy populate can use this call function to populate the image? Here are a few examples: http://afc.retail.sprint3.com/package/webS...ageCode=21.2647 http://afc.retail.sprint3.com/package/webS...mageCode=21.819 http://afc.retail.sprint3.com/package/webS...mageCode=21.809 http://afc.retail.sprint3.com/package/webS...ageCode=21.1754 Thanks
  17. Can seem to edit my post. Unfortunately commenting that line out didnt help, the files were deleted from there proper categories and placed in a blank category. :( Thanks
  18. Thanks for the reply will have a go and let you know.
  19. I am currently using easy csv to import over 3000 products and it works great. But my problem is that i upload all the products into a category called unassigned then put them in there proper categories (why do i do this? because i receive a feed from my supplier which i then change to suit the format for easy csv import). Now my main problem is once i have move them into their proper categories and i go to update the next day, it deletes the products from there proper category and puts them back into the Unassigned category. Is there away to tell the script "if the product exists don't update the category (theoretically leaving it in the the correct category) else import to Unassigned". I've tried leaving the category field blank and it puts it into a blank category. I've also tried having 2 of the same producted one in Unassigned and one in its proper category, either duplicate(which then the import doesnt update that one product) or if i link them it deletes the one in the proper category. Any ideas/help would be much appreciated. Thanks in advance
  20. Thank you for the reply The current upload is well above the size of the file, Also the below data is set in my php.ini max_execution_time = 300 max_input_time = 300
  21. Hi guys, great contrib btw. I apologize in advance if this has been answered as sifting through 360+ pages is alot and the search didnt come up with anything. I need some help importing a csv file. I have it importing fine on my local machine using phpmyadmin but on a live site it doesnt import. It uploads to the temp folder fine and displays only the following: File uploaded. Temporary filename: /tmp/phpTms2E2 User filename: feed_test_1.csv Size: 1032183 as you can see this file is just short of a Mb in size. If I cut the file to about 400kb it works fine but is missing half the data. Also splitting the file is not an option. Any suggestions please. Thanks in advanced. EP vers: 2.76g-MS2 osCommerce Online Merchant v2.2 RC2a OS: Linux 2.6.18-6-686 HTTP: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch10 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_jk/1.2.15 DB: MySQL 5.0.32-Debian_7etch5-log PHP: 5.2.0-8+etch10 (Zend: 2.2.0) Temp Directory: /var/www/web25/web/temp/ Temp Dir is Writable Magic Quotes is: off register_globals is: off Split files on: 300 records Model Num Size: 100 Price with tax: true Calc Precision: 2 Replace quotes: false Field seperator: comma Excel safe output: true Preserve tab/cr/lf: false Category depth: 7 Enable attributes: true SEF Froogle URLS: false More Pics: false Unknown Pics: false HTC: false SPPC: false Extra Fields: false
×
×
  • Create New...