Jump to content

bzshow

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

bzshow's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thanks for your recomment. I have update my shop to prestashop 1.5.2.
  2. Hello, the url is http://www.autotool-shop.com about obd scan tools. thanks.
  3. Hello. my prestashop site is http://www.obdscanner-shop.com/ this theme is design by prestadesigner.com . I love prestashop.
  4. Hello, you can go Back Office >> Preferences >> Products , and select "Product modified date" for Default order.
  5. 1, you must add a field to database table ps_customer. 2, modfiy classes/Customer.php , add a var for your ps_customer field. and modfiy function getFields() to add $fields['your_var'] = pSQL($this->your_var); 3,modfiy \themes\prestashop\authentication.tpl to add your user info. all is ok.
  6. try this. url.rewrite-once = ( "^/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(\?(.*))?" => "/product.php?id_product=$2&$5" , "^/([0-9]+)\-([a-zA-Z0-9-]*)\.html(\?(.*))?" =>"/product.php?id_product=$1&$4", "^/([0-9]+)\-([a-zA-Z0-9-]*)(\?(.*))?" =>"/category.php?id_category=$1&$4" , "^/content/([0-9]+)\-([a-zA-Z0-9-]*)(\?(.*))?" =>"/cms.php?id_cms=$1&$4" , "^/([0-9]+)__([a-zA-Z0-9-]*)(\?(.*))?" =>"/supplier.php?id_supplier=$1&$4" , "^/([0-9]+)_([a-zA-Z0-9-]*)(\?(.*))?" =>"/manufacturer.php?id_manufacturer=$1&$4" )
  7. 这个可以实现。 不过要修改代码。 最好的流程是 checkout in one page.
  8. 我的这个怎么样? http://www.airriftshop.com
×
×
  • Create New...