Jump to content

chongshengdz

Member
  • Posts

    34
  • Joined

  • Last visited

Everything posted by chongshengdz

  1. how to shorten search url ? the original search url is too long,need to shorten it.
  2. how to limit the number of products to show on each category instead of showing all? this will speed up if you have thousands of products on each category.
  3. how to set the number of Featured Products to show on product page?
  4. where does it located? i am using webmin/virtualmin panel. CentOS Linux 7.4.1708 /var/log/virtualmin/domain.com_error_log [fcgid:warn] mod_fcgid: read data timeout in 40 seconds, referer: /sale-items.html [core:error]End of script output before headers: index.php, referer: /sale-items.html
  5. 66000 products are not too many at all. maybe cubecart needs more work on optimizations. select 8 products for sales items can lead to time out (500 internal error),that is really incredible. even set to 0,still time out.
  6. [fcgid:warn] mod_fcgid: read data timeout in 40 seconds, referer: /sale-items.html [core:error]End of script output before headers: index.php, referer: /sale-items.html error log has the above 2 lines. i have over 66000 products and change InnoDB to MyISAM storage.
  7. yes,but it still takes forever and then time out (500 internal error),no matter how many i set. it should be optimised for big site for the new cubecart version.
  8. where to limit number of products to show on sales items? too many products lead to internal server error.
  9. PayPal payment button,is it you are looking for? you can google it for more details.
  10. if big site,for example,1 million products. before moving,you need to make sure if you are using InnoDB or MyISAM storage. for InnoDB,use XtraBackup to backup your site. for MyISAM,use "tar czf" to copy and paste between the two servers. for small site,just log in to your database using phpmyadmin and do the backup and then import to the new server's database.
  11. it is easy. if you are using your own vps or server,just stop the email sending components. for example,for linux, service postfix stop if you are using hosting,just contact your hosting provider to do it.
  12. thanks,it woks great. the problem has been resolved.
  13. it must use. because they are selected from title and auto replace empty spaces with a trailing dash character do you know how to bulk remove trailing dash characters at the end from database?
  14. but if start or end with a trailing dash character,it will not work. how to fix this?
  15. how to disable auto-generated product Custom SEO URL Path and not to update to database and only read product Custom SEO URL Path from database when opening a product page?
  16. my manually entered product Custom SEO URL Path is different from the breadcrumbs and alternate tags (<link rel="alternate") on the product detail page. for example. i manually entered category/product-detail- it will only show on breadcrumbs and alternate tags (<link rel="alternate") on the product detail page as below: category/product-detail and the product will become not found when you click on breadcrumbs or change languages. how to fix this? please help.
  17. upgrade is easy. backup your files and database (rename directory name). log in to your phpmyadmin,rename the old tables. install new cubecart version and then log in to your phpmyadmin,compare the differences between the new tables and old tables. if the same,delete the new table and rename the old one. if different,use the example SQL like below: INSERT INTO CubeCart_inventory (product_id,status,product_code,...) SELECT product_id,status,product_code,... FROM oldCubeCart_inventory; after above actions,install your extensions. you may need to copy back the product images from the old files. done
  18. yes,this only happens to cubecart 6.2.0 by the way,does the language packs in the extensions still support cubecart 6.2.0 ?
  19. 404 - Page Not Found Sorry but the page you are looking for could not be found. need to clear cache every time when product not found to restore the page. It must be cache problem.
  20. how to show product in the Storefront without a Category?
  21. all you need to do is to integrated with cubecart.
×
×
  • Create New...