多语言跨境外贸实物商城开源源码

源码介绍

开源的,D盾扫描没有后门漏洞,修复了部分页面无法正常显示的问题,个人觉得功能强大

  • 完整的在线商店系统,提供商品展示、购物车、结账和支付处理等功能
  • 管理后台:提供完整的admin管理界面,用于管理产品、订单、客户、营销等
  • 多语言支持:支持多种语言,内置了完整的语言切换和翻译功能,包括自动翻译能力
  • 支付与物流集成:系统设计支持多种支付方式和物流方式的集成

前台截图

图片[1]-多语言跨境外贸实物商城开源源码-OE源码网
图片[2]-多语言跨境外贸实物商城开源源码-OE源码网
图片[3]-多语言跨境外贸实物商城开源源码-OE源码网

后台截图

图片[4]-多语言跨境外贸实物商城开源源码-OE源码网

文字教程

  • 添加网站以及数据库【PHP74】
  • 配置下面的伪静态
location / {
try_files $uri @opencart;
}
location @opencart {
rewrite ^/sitemap.xml$ /index.php?route=extension/feed/google_sitemap last;
rewrite ^/googlebase.xml$ /index.php?route=extension/feed/google_base last;
rewrite ^/payment_callback/(.*) /index.php?route=extension/payment/$1/callback last;
rewrite ^/callback/(.*) /index.php?route=extension/module/social/login&provider=$1 last;
rewrite ^/system/download/(.*) index.php?route=error/not_found last;
rewrite ^/blog$ /index.php?route=panda/blog last;
rewrite ^/(.+)$ /index.php?_route_=$1 last;
}
location /admin/ {
index index.php;
}
location = /robots.txt {
allow all;
}
location ~* (\.(js|css|png|jpg|jpeg|gif|ico|otf|eot|svg|ttf|woff|woff2))$ {
expires max;
}
location ~* (\.(tpl|ini|twig|log))$ {
deny all;
}
location / {
try_files $uri @opencart;
}

location @opencart {
rewrite ^/sitemap.xml$ /index.php?route=extension/feed/google_sitemap last;
rewrite ^/googlebase.xml$ /index.php?route=extension/feed/google_base last;
rewrite ^/payment_callback/(.*) /index.php?route=extension/payment/$1/callback last;
rewrite ^/callback/(.*) /index.php?route=extension/module/social/login&provider=$1 last;
rewrite ^/system/download/(.*) index.php?route=error/not_found last;
rewrite ^/blog$ /index.php?route=panda/blog last;
rewrite ^/(.+)$ /index.php?_route_=$1 last;
}

location /admin/ {
index index.php;
}

location = /robots.txt {
allow all;
}

location ~* (\.(js|css|png|jpg|jpeg|gif|ico|otf|eot|svg|ttf|woff|woff2))$ {
expires max;
}

location ~* (\.(tpl|ini|twig|log))$ {
deny all;
}
location / { try_files $uri @opencart; } location @opencart { rewrite ^/sitemap.xml$ /index.php?route=extension/feed/google_sitemap last; rewrite ^/googlebase.xml$ /index.php?route=extension/feed/google_base last; rewrite ^/payment_callback/(.*) /index.php?route=extension/payment/$1/callback last; rewrite ^/callback/(.*) /index.php?route=extension/module/social/login&provider=$1 last; rewrite ^/system/download/(.*) index.php?route=error/not_found last; rewrite ^/blog$ /index.php?route=panda/blog last; rewrite ^/(.+)$ /index.php?_route_=$1 last; } location /admin/ { index index.php; } location = /robots.txt { allow all; } location ~* (\.(js|css|png|jpg|jpeg|gif|ico|otf|eot|svg|ttf|woff|woff2))$ { expires max; } location ~* (\.(tpl|ini|twig|log))$ { deny all; }
  • 上传源码并且解压
  • 访问域名直接填写安装
  • 后台地址是/admin/index.php

视频教程

多语言跨境外贸实物商城开源源码-OE源码网
多语言跨境外贸实物商城开源源码
此内容为付费资源,请付费后查看
39
限时特惠
199
立即购买
您当前未登录!建议登陆后购买,可保存购买订单
付费资源
已售 69
© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容