问题标签 [prestashop-1.6]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
.htaccess - PRESTASHOP NGINX + 重写规则
我一直在为这种组合寻找一个好的解决方案,并遵循这些:
- http://www.phamviet.net/2012/06/03/prestashop-rewrite-url-on-nginx/
- Prestashop 的 Nginx 配置
- Prestashop 1.5.6.2 通过 nginx 安装重写 URL
它们似乎根本不适合我......所以我开始尝试:
配置 SSL、CloudFlare 等后......
这是我尝试过的:
它似乎仅适用于类别,但不适用于单个产品页面等。
当您点击主域或转到主页时,它将下载 index.php 而不是显示主页。
所以一点点帮助将是惊人的!
apache - 在 apache 前使用 Nginx 重写 url
我试图弄清楚如何在 apache 前面使用 nginx 重写 url。我对这样的设置很陌生,经过广泛的研究,我无法弄清楚。
我正在尝试在 prestashop 1.6.0.6 安装中启用 seo 友好的 url,但没有任何运气。事实是,当只使用 apache 作为 Web 服务器时,这真的很简单。
如果有人可以帮助我,我将不胜感激。
php - 从 prestashop 1.6 中的数据库获取变量
我已经为制造商覆盖了代码,以便在控制器和类中拥有额外的字段,还创建了数据库列,并且所有信息都被毫无问题地存储,当我试图将信息拉回来时,问题就出现了。我添加了 4 个变量,但我只能从中提取 2 个 /** @var string Region */ public $laregion;
我在那里定义变量并将数组设置如下:
但是当我想从 laregion 或 ladireccion 获取信息时,我什至没有在调试中得到任何信息,但其他 2 是..
您可以看到网站和魁北克存在,但没有多语言元素,有人知道为什么会发生这种情况?
谢谢
prestashop - 从 prestashop 1.4 更新到 1.6 的图像路径错误
在与 Prestashop 混了两天之后,我遇到了一个问题,我的无数次搜索都没有给出任何结果。
我必须更新 prestashop 版本。1.4 到 1.6。一旦我更新,产品图片将不会显示:该网站正在寻找这样的路径src="http://siteurl.com/86-home_default/arbre-a-chat-amelia.jpg
......
但是在我们的服务器上,文件正在使用另一种结构:http://siteurl.com/img/p/8/6/
等等......
我尝试使用和不使用“传统模式”(我无法修改 php 安全模式)。prestashop 1.6 管理员中没有任何“移动”选项的迹象,并且使此按钮出现的技巧(在 1.5 上)将不起作用。
有没有办法编辑如何找到图像?在一次又一次地尝试从头开始更新之后,“只是”更新到 1.5.x,然后更新到 1.6 是否更安全?
如果这里只有很少的元素,我很抱歉,但非常感谢任何帮助,如果需要,我会尽力解释缺失的点。
e-commerce - prestashop 中产品页面上的选项卡式内容
我一直在尝试更改新的 1.6 product.tpl 以使用选项卡式内容(类似于默认的 1.5 主题),以便“更多信息”、“数据表”、“批量折扣”等每个都带有一个可点击的选项卡揭示内容。
我不确定为什么不包括在内?它会破坏主题的响应能力吗?
我目前完全不知道如何编写代码 - 任何人都可以给我任何关于如何实现这一目标的指示吗?
谢谢!
seo - 我们需要在 PRESTASHOP 主题中更改我们产品页面的 URL 结构
我们正在使用 PRESTASHOP 主题。我们需要更改我们网站的 url 结构。当前站点 URL 结构为: http ://www.mydomain.com/index.php?id_product=3013&controller=product&id_lang=1
它应该更改为:
http://www.mydomain.com/categoryname/productname
那么有可能吗?请帮忙。
php - 如何在 Prestashop 的产品列表中一次显示含税和不含税的产品价格?
在产品列表中,我需要一次显示含税和不含税的产品价格。
我正在使用 Prestashop 的 1.6 版。
目前含税价格显示在产品列表中。我也想显示不含税的价格。
我怎样才能做到这一点?我一直在寻找解决方案,但找不到适合我的解决方案。
prestashop - Prestashop 1.6 中不显示模块配置工具栏按钮
我正在努力使我的自定义 prestashop 模块适应 prestashop 1.6。配置页面上的工具栏按钮未显示在 1.6 上(它们确实出现在 1.5 上)并且没有给出错误消息。
1.5 中的工具栏:
1.6 中没有工具栏
有谁知道如何在 prestashop 1.6 中显示它们?这是我声明工具栏的代码片段:
提前致谢。
php - 在 Prestashop 中为类别导入 CSV 时出错
导入具有类别的 CSV 文件时出现错误
类别 ID 不能与 Root 类别 ID 或 Home 类别 ID 相同。
列出了错误列表,但这似乎是实际问题。我该如何解决这个问题?
php - Prestashop - custom module and display images
This is my first time with prestashop and following the docs I was able to create a simple module that store some text.
I want to modify it and add the possibility to upload an image...on this scenario the docs is very poor so I tried myself and I was ablo to upload it but if I try to pass the image to the fronend all I get is NULL
.
This is my configuration file:
As you can see I have added in the displayForm
function this code that should add a file input:
and it does...in the getContent
, where according to the docs all the save/display should live I get the image with PHP (does prestashop have a better built in solution for this?) in this way:
Then I saved just the image name here:
and I send it to the front end in the hookDisplayHome
function in this way:
The problem is that the smarty variable $stilogopopup_image
is NULL
and I can see it just if I add in my view the {debug}
tag.
What is the problem? The other fields works