2
젠토에서 생성자 아니기 때문에 젠토에서 버그가 수 있도록 보인다형식 오류 : Product.ConfigurableSwatches 내가 젠토 1.9.3.1을 사용하고 구성 제품 세부 정보 페이지에 오류가 아래에 직면하고있어 1.9.3
TypeError: Product.ConfigurableSwatches is not a constructor
젠토에서 생성자 아니기 때문에 젠토에서 버그가 수 있도록 보인다형식 오류 : Product.ConfigurableSwatches 내가 젠토 1.9.3.1을 사용하고 구성 제품 세부 정보 페이지에 오류가 아래에 직면하고있어 1.9.3
TypeError: Product.ConfigurableSwatches is not a constructor
다음 두 조건이 충족 될 때 새로운 설치로 재현 할 수있었습니다.
당신은 그것을 호출하기 전에 Product.ConfigurableSwatches
가 존재하는 경우 확인하여 해결할 수 있습니다 : 응용 프로그램/디자인/프론트 엔드/RWD/기본/템플릿/configurableswatches/카탈로그/제품 /보기/유형 :
1)이이 파일을 엽니 다 /configurable/swatch-js.phtml
2) 변경 :
<script type="text/javascript">
document.observe('dom:loaded', function() {
var swatchesConfig = new Product.ConfigurableSwatches(spConfig);
});
</script>
이 사람 :