Jump to content

ClickStars

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by ClickStars

  1. thanks Superstar, how do i insert this code >> INSERT INTO `ps_subdomain` (`id_subdomain`, `name`) VALUES (1, 'www'); do i need to change 'id_subdomain' and 'name' ???
  2. I have received this message "bad subdomain sql query" when open my website, at my SQL server show error below, can anyone help?? thanks a lot. Error SQL query: Edit SELECT * FROM `xxxxx_admin`.`ps_subdomain` LIMIT 1 ; MySQL said: #1286 - Unknown table engine 'InnoDB'
  3. Hi Cart Expert, how about Prestashop Version: 1.4.4.1 How do I display phone no. and mobile no. thanks
  4. hi guys, it works on ver1.4.4.1 thanks for your help and file from Senjaman
  5. Hello world, I have a problem when editing invoices in chinese : all characters are replaced with ??? anyone can help, how to embed the chinese characters in the PDF?
  6. Hi guys, how can I create a new color picker for my product page and below is the CSS code for all the product pages but I do need specific product color pick for the size width 200px height 30px at my product id=45, anyone can help? #primary_block #color_picker {padding:7px 10px 10px 0px;background:#fff;margin:17px 0 0 0;} #primary_block #color_picker p {padding:0;} #primary_block #color_to_pick_list li {display:inline;float:left;margin:4px 7px 0 0;} #primary_block a.color_pick { display:block; width:30px; height:30px; border:1px solid #fff; cursor:pointer; }
  7. Hi guys, I do need help, don't know what's wrong to the jqzoom enabled and the image size on the page is 230x280, the thickbox image size is 600x600. But I can't view the full photo over the jqzoom, please refer to the attached file. Anyone can help, thanks. if (typeof(jqZoomEnabled) != 'undefined' && jqZoomEnabled) { $('img.jqzoom').jqueryzoom({ xzoom: 230, //zooming div default width(default width value is 200) yzoom: 280, //zooming div default width(default height value is 200) offset: 10 //zooming div default offset(default offset value is 10) //position: "right" //zooming div position(default position value is "right") }); }
×
×
  • Create New...