gpt4 book ai didi

php - Magento : confirm, 进入类别前

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

我是 magento 的新手。我希望客户在进入 Magento 1.8.1 中的类别之前回答问题。例如,我想问这样一个问题:你是 18 岁还是以上?如果客户点击成人用品类别,如果答案是肯定的,他/她将允许进入。我怎样才能做到这一点?请详细解释。谢谢

最佳答案

您可以使用 jquery 来完成。这是示例代码-

<script type="text/javascript">
$(document).ready(function(){
var conf = confirm('are you 18 or more ?');
if(conf == true) {
return true;
} else {
document.location.href = 'http://google.com';
}
});
</script>

每当您进入类别页面时。将出现此确认框。

关于php - Magento : confirm, 进入类别前,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24553455/

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