gpt4 book ai didi

Magento - 结帐页面未加载目录搜索的 https URL

转载 作者:太空宇宙 更新时间:2023-11-03 13:07:30 25 4
gpt4 key购买 nike

我刚刚建立了一个 Magento 商店,除目录搜索 URL 中的问题外,一切正常。

当我转到结帐页面时,所有内容都以 HTTPS 加载,目录搜索 URL 除外,这使得 chrome 发出警告,指出页面中存在混合内容。当我检查源代码时,它说:

<form id="search_mini_form" action="http://XXXX/catalogsearch/result/" method="get">

但这只会在用户未登录(或首次使用的客户)时发生。用户登录后,将正确加载 URL:

<form id="search_mini_form" action="https://XXXX/catalogsearch/result/" method="get">

知道为什么会发生这种情况吗?

谢谢!

最佳答案

我知道这不是完整的解决方案,我也不知道为什么我的商店也会出现这种情况 - 但可以打开一个临时“补丁”:

app/design/frontend/fogento/default/template/catalogsearch/form.mini.phtml

并手动修改表单元素的第一行以使用包括 https 在内的安全 url。

例如:

<form id="search_mini_form" action="https://www.yoursite.com/catalogsearch/result/" method="get">

这将为您提供 chrome 中的绿色地址栏。

关于Magento - 结帐页面未加载目录搜索的 https URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31101751/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com