zencart 中如何将所有商品改成免运费?
把所有商品改成免运费,后台的 工具-安装SQL脚本 下执行:UPDATE products SET product_is_always_free_shipping = ’1′;
把所有商品改成付运费,后台的 工具-安装SQL脚本 下执行:UPDATE products SET product_is_always_free_shipping = ’0′;
把所有商品改成免运费,后台的 工具-安装SQL脚本 下执行:UPDATE products SET product_is_always_free_shipping = ’1′;
把所有商品改成付运费,后台的 工具-安装SQL脚本 下执行:UPDATE products SET product_is_always_free_shipping = ’0′;
One of the main tasks for online merchant is the highest ranking of online store in search engines. The higher the ranking is the more traffic you get. To do this, your online store should appear on the first pages of search results shown by search engines (google, yahoo, yandex, aol, etc). Main search results include web sites, the links of which include keywords that are the most relevant to the one the user is looking for. The chances your online store is going to have top ranking at search engines will be much higher if not only searched keywords coincide with those in your links, but also the description lines contain same keywords.
New solution for Search Engine Optimization is Power SEO URLs Module for Zen Cart. This module is a powerful replacement for Advanced SEO application with new features, which will provide better Search Engine Optimization of your site. Power SEO offers you the replacement of dynamic links for categories, products, manufacturers and content page with static links, for better search engine optimization. Links are created much faster than it was before. Also, this software gives you ability to edit the keywords used for building SEO URLs. With SEO Keywords option added for each product and category you get the ability to put any words in your link, just the way you like it (or leave the default values). Read more…
下载地址:
老猫博客:http://laomao.info
安装woz失败之后,在自己的网站了 代码,以让网站首页能调用wordpress文章,
以下为代码内容,自己的学习记录!
其中黑色部分,是定义让文章连接只显示在首页,如果你想让他不在首页显示,可以这样写this_is_home_page != 1,这样就是只让他显示在除了首页的部分! Read more…
woz比较直白的是:wordpress on zen-cart
非常好的一个概念
但是我安装了这几天发现,网络上发布的一些安装教程,没有一个能用的,非常纳闷的不知为何!
不知道哪位高手,能指教一下么?
老猫博客:http://laomao.info
标题有点唬人!
其实pushmail挺好,就是要使用流量,不过老猫发现一个问题,国内的流量有点贵哦,那么贵的流量让我用pushmail一个小时扫一一下邮箱,我还真的蛮心疼那个流量的,10块70M。有点少啊–MJJ的移动!
pushmail的强大之处,等中国的手机上网费便宜了之后,肯定是非常牛叉的
但是目前降低资费有点困难,咱就说说另外一个强大的东西吧:139邮箱,如果能配合gmail使用 那更是无比的强大! Read more…
自己使用live邮箱注册了paypal账号,起初以为不错,后来发现一个问题
自己收了钱了,总是不能及时接到通知,因为本人不太实用MSN,
也不使用本地的outlook,或许都是不太好的习惯吧
今天早上在设置gmail邮箱的时候,又发现一个好东西: Read more…
起初感觉还不错,安装了这样的一个插件,但是随后,发现问题挺多!
一来,注册的人少了,因为我发现,只有客户订购了商品即将完成购物的时候 才会要求客户填写用户信息,邮箱之类的,感觉这样不太利于客户信息资料的收集
二来,客户这样的信息,对于我们看来,系统会默认在他们的邮箱前面加一窜数字,对于从后台直接发送邮件有点麻烦,
三来,有部分信息没有翻译成功,出现了
EMAIL_GREET_MREMAIL_WELCOME
EMAIL_TEXTEMAIL_CONTACTEMAIL_
EMAIL_DISCLAIMER_NEW_CUSTOMER
实在是悲剧,这样的情况,这么快的就发生了,而且还是两个连着的!
哎!
虽然也跟运气有关!
但是我还要骂一下这个彪记快递公司!
没这金刚钻,就不要揽这瓷器活!
第一个包裹给我拆了,也不跟我说一声! Read more…
感谢J的分享
分享下LB后台产品搜索问题者解决办法:
admin\includes\init_includes\overrides\init_admin_auth.php if ($page == FILENAME_CATEGORIES && category_allowed($cid) == ‘false’ && $cPath != ’0′) { //header(“location: denied.php”); //zen_redirect(zen_href_link(FILENAME_CATEGORIES, ‘cPath=0′));注释这段 }