Jump to content

mrduc

Members
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Location
    Viet nam
  • Activity
    Freelancer

mrduc's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. You saved my life, yes it works like a charm Thanks
  2. Hi, When i use seach block i want to search by sentence not search by words. How can i do it? Exam: Product 1 name: Product ref Taka IR2EU Product 2 name: Product ref Taka IR3EU My keyword: Taka IR2EU Result: both Taka IR2EU + Taka IR3EU I don't want like this, i want only Product 1 result. Please suggest me how to fix it. Many thanks
  3. xem lại đường dẫn domain, domain_ssl trong bảng shop_url nhé, cập nhật lại theo tên miền, sửa xong lỗi gì thì lại hỏi tiếp
  4. Mình đang thử dùng nginx để chạy web, đã cấu hình được rewrite các trang: category, product, order.... nhưng để cấu hình rewrite cho module smartblog thì lại chưa biết cấu hình ra sao. Toàn bị trang không tìm thấy khi vào các trang của smartblog. Có bạn nào đã thử rồi thì hướng dẫn cho mình được không? Cảm ơn Đây là các quy tắc mình đã đưa vào rewrite ^/api/?(.*)$ /webservice/dispatcher.php?url=$1 last; rewrite "^/c/([0-9]+)(\-[_a-zA-Z0-9-]*)/(.*)\.jpg$" /img/c/$1$2.jpg last; rewrite "^/c/([_a-zA-Z-]+)/(.*)\.jpg$" /img/c/$1.jpg last; rewrite "^/([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/(\P{M}\p{M}*)*\.jpg$" /img/p/$1-$2$3.jpg last; rewrite "^/([0-9]+)\-([0-9]+)/(\P{M}\p{M}*)*\.jpg$" /img/p/$1-$2.jpg last; rewrite "^/([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$1$2.jpg last; rewrite "^/([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$1$2$3.jpg last; rewrite "^/([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$1$2$3$4.jpg last; rewrite "^/([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$1$2$3$4$5.jpg last; rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6.jpg last; rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7.jpg last; rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8.jpg last; rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9.jpg last; rewrite "^/([0-9]+)\-(\P{M}\p{M}*)+\.html(.*)$" /index.php?controller=product&id_product=$1$3 last; rewrite "^/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$" /index.php?controller=category&id_category=$1$3 last; rewrite "^/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$" /index.php?controller=product&id_product=$2$4 last; rewrite "^/([0-9]+)__([a-zA-Z0-9-]*)(.*)$" /index.php?controller=supplier&id_supplier=$1$3 last; rewrite "^/([0-9]+)_([a-zA-Z0-9-]*)(.*)$" /index.php?controller=manufacturer&id_manufacturer=$1$3 last; rewrite "^/content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$" /index.php?controller=cms&id_cms=$1$3 last; rewrite "^/content/category/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$" /index.php?controller=cms&id_cms_category=$1$3 last; rewrite "^/module/([_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)$" /index.php?fc=module&module=$1&controller=$2 last; #smartblog module rewrite rewrite "^/blog\.html(.*)$" /index.php?fc=module&module=smartblog&controller=category last; rewrite "^/blog/category(.*)$" /index.php?fc=module&module=smartblog last; #end smartblog module rewrite rewrite ^/page-not-found$ /index.php?controller=404 last; rewrite ^/address$ /index.php?controller=address last; rewrite ^/addresses$ /index.php?controller=addresses last; rewrite ^/authentication$ /index.php?controller=authentication last; rewrite ^/best-sales$ /index.php?controller=best-sales last; rewrite ^/cart$ /index.php?controller=cart last; rewrite ^/contact-us$ /index.php?controller=contact-form last; rewrite ^/discount$ /index.php?controller=discount last; rewrite ^/guest-tracking$ /index.php?controller=guest-tracking last; rewrite ^/order-history$ /index.php?controller=history last; rewrite ^/identity$ /index.php?controller=identity last; rewrite ^/manufacturers$ /index.php?controller=manufacturer last; rewrite ^/my-account$ /index.php?controller=my-account last; rewrite ^/new-products$ /index.php?controller=new-products last; rewrite ^/order$ /index.php?controller=order last; rewrite ^/order-follow$ /index.php?controller=order-follow last; rewrite ^/quick-order$ /index.php?controller=order-opc last; rewrite ^/order-slip$ /index.php?controller=order-slip last; rewrite ^/password-recovery$ /index.php?controller=password last; rewrite ^/prices-drop$ /index.php?controller=prices-drop last; rewrite ^/search$ /index.php?controller=search last; rewrite ^/sitemap$ /index.php?controller=sitemap last; rewrite ^/stores$ /index.php?controller=stores last; rewrite ^/supplier$ /index.php?controller=supplier last;
  5. Dùng module Blockcategory hoặc nếu muốn dạng bộ lọc thì blocklayer module
  6. Không biết có phải đây là chỗ bạn cần tìm không, bạn vào improve -> Design -> Link Widget trong phần cấu hình này mặc định nó chứa 2 block là Products và Information bạn sửa tiêu đề 2 block này là được
  7. Các bạn cho mình hỏi khi mình gửi một mail test tiếng việt thị bị lỗi font. Hoặc khi đồng bộ email qua imap mail server mà dính nội dung mail là tiếng việt cũng bị lỗi font. Ví dụ "Đây là một tin nhắn thử nghiệm. Hiện máy chủ của bạn được cấu hình để gửi email." Làm cách nào khắc phục được lỗi này. Giúp mình với.
  8. Cảm ơn những chi sẻ của bạn, nó rất hữu ích cho mình hiểu hơn về cách làm theme mới. Nếu làm theme theo kiểu mới này mình đỡ lo lắng hơn vì nó hao hao cách làm theme của Drupal hoặc Wordpress. Chỉ có điều hiện tại mình đang hỗ trợ một site cho khách hàng, nếu họ mà muốn nâng lên bản 1.7 thì coi như làm lại từ đầu quá, database thì tính cách import, export, theme thì cũng chỉnh sửa lại theo kiểu mới
  9. Tình hình là mình đang rất hoang mang về cái bản 1.7 này. Các bản trước thì chỉ cần 1 click là nâng cấp ok còn bản này thì nếu có muốn lên đời chắc phải tạo một shop mới quá. Bạn Paul Nguyen đang làm các theme cho 1.7 rồi thì có kinh nghiệm chia sẻ chút đi. "rất tiện cho dev phát triển nó" phân tích rõ hơn điều này cho mình với trong khi các bản cũ thì dùng ghi đè được để tùy chỉnh còn bản mới thì không
  10. Hi selectshop.at, thanks for your answer. This is my provider's message: "We do not put any firewall in front of your website because you have a dedicated server so the hosting of the website is up to you." I am using VPS with CentOS 6. Can you tell me how can i config on my server?
  11. At my website www.mysite.com, in the last few days getting multiple 'Access Denied' crawl errors in Google Webmaster tools. This error is happening only with my image directories and not web pages (exp: mysite.com/img/p/6/6/4/2). But when i view images in this directorie i can view it on my browser. Message from google "Googlebot couldn't crawl your URL because your server either requires authentication to access the page, or it is blocking Googlebot from accessing your site." This is my robots.txt User-agent: * # Private pages Disallow: /*controller=addresses Disallow: /*controller=address Disallow: /*controller=authentication Disallow: /*controller=cart Disallow: /*controller=history Disallow: /*controller=identity Disallow: /*controller=my-account Disallow: /*controller=order Disallow: /*controller=order-opc Disallow: /*controller=order-slip Disallow: /*controller=order-detail Disallow: /*controller=order-follow Disallow: /*controller=order-return Disallow: /*controller=order-confirmation Disallow: /*controller=password Disallow: /*controller=pdf-invoice Disallow: /*controller=pdf-order-return Disallow: /*controller=pdf-order-slip # Directories Disallow: */classes/ Disallow: */config/ Disallow: */download/ Disallow: */mails/ Disallow: */translations/ Disallow: */tools/ # Files Disallow: */page-non-trouvee Disallow: */mot-de-passe-oublie Disallow: */adresses Disallow: */authentification Disallow: */panier Disallow: */bons-de-reduction Disallow: */historique-des-commandes Disallow: */identite Disallow: */mon-compte Disallow: */avoirs Disallow: */commande Disallow: */commande-rapide Disallow: */confirmation-commande Thanks in advance for any help from anyone.
  12. Hello! I have a multistore and now It's online, structure of my site: mysite.com = shop1, mysite.com/shop2 = shop2.... Now I want to change mysite.com = other shop and mysite.com/shop1 = shop1. what's happen when I change my site like this? (exp: current order on site....) and how can i automatic redirect old link mysite.com/category-1 = page not found to mysite.com/shop1/category-1
  13. While I am upgrading to v. 1.6.0.9, I see error message parseJSON, I don't know how to debug this bug.
×
×
  • Create New...