Jump to content

masterunix

Member
  • Posts

    85
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by masterunix

  1. hello Thanks for your reply. ALL my images is based in the folder: /images/source Because i migrated my old store and all images where in one root folder ... also a special images sitemap is created for this folder and yes i want them to index (more traffic more sales we see in the stats). I dont know why cubecart do the same as other carts like opencart ... trying to fetch your images folder and freeze. We used a paid shopping cart once (VERY GOOD ONE, but i dont like powered by blabla in footer its unprofessional so we hosted our self) ... but witht his cart system it will just show you a pop up to BROWSE locally on your system then you upload it and image will upload automatically in the images folder ... this filemanager is NOT reading the images if you decide to upload it ... it will simply asking your local image you then choose to upload and in the backgroun it is uploading the image in the images directory. i LOVE that system! Systemk like cubecart and opencart (maybe other carts as well) all trying to load the images folder and crash ... maybe nice for good shops with 200 products, but for BIG stores this is a pain in the ...
  2. To avoid this kind of problems i always use with istockphoto ... you buy a picture (pay for the actual copyright) and you can use this image everywhere also banners. If you want to use brands (xbox logo etc) i am not sure if its allowed to put them in banners. I know other companies do, bu ti think you need to be a reller for this to be allowed to. Might be handy to contact supplier indeed or ask a free attorney with email support. (we have in our country in Europe).
  3. Love your store Used the default theme or bought another theme?
  4. Hello All, The filemanager in Cubecart was perfect and working, but after i have imported my products it contaisn 46.000 images. After i call up the filemanager in admin the page will infinity loads then stop loading after 5 minutes and show blank page. How can i upload images using admin? Not possible to work in this way ... and i dont have ftp access everywhere so i prefer using this in admin. I think more store owners have this problem. Its all nice, but for BIG shops like us with tons of images your filemanager is killed. Please any suggestions about this. Thanks.
  5. Nevermind i fixed it using excel sheet and execute query to change more then 11.000 products. See example what excel creates for me for as an example for a few products: INSERT INTO `CubeCart_options_set_product` (`set_product_id`, `set_id`, `product_id`) VALUES (8316,2,8316), (8317,2,8317), (8318,2,8318), (8319,2,8319), (8320,2,8320), (8321,2,8321), (8322,2,8322); The above can be executed in the admin of cubecart so if you have 20.000 products it will also do ... i know its nott he best option, but i dont have a better solution since i am not an expert on programming.
  6. Hello All, I am new here and i run a very serious webshop that i just migrated from Opencart to Cubecart. I bought the full license and copyright removal and i will buy this for at least 3 or 4 sites. So far so good very happy with Cubecart. However i am missing some features, but most of them not very important and i can hard code them in the templates files. However i am not a great programmer, but i do have ICT experience for more then 13 years and in daily life i am a freelancer based on Linux administrator, Windows enginering and sometimes supporting or management in the ITIL section like change management, so i do understand much. What i really miss is a feature to add one specific product option to ALL products! I have 11.000 products and i just go live with my webshop after migrating and i forgot the product options! Normally all webshops i worked with (different systems) has a add product option to ALL products ... cubecart don't have this? Why? I figured myself out this query: INSERT INTO `CubeCart_options_set_product` (`set_product_id`, `set_id`, `product_id`) VALUES (1, 2, 1); This will add product options to product id 1. If i want to add the product option to product id 2 it will be: INSERT INTO `CubeCart_options_set_product` (`set_product_id`, `set_id`, `product_id`) VALUES (2, 2, 2); If i want to add this on product id 3 it will be: INSERT INTO `CubeCart_options_set_product` (`set_product_id`, `set_id`, `product_id`) VALUES (3, 2, 3); Ok so we get the idea ... now ... how can i do this to ALL of my 11.000 products? Can someone PLEASE share a MYSQL query that will apply this to ALL product IDs? So i can make a cronjob of this activity? Lets say: create product option to product id if not exists. if exists update. Somethin like this. And for you third party developers ... if this is easy for you, please make a module of it in admin i will pay you! I need it URGENTLY, because i am live now and i lose orders, because people can not fill in their sizes or colors. Thank you all.
×
×
  • Create New...