s-cart / s-cart

Free Laravel e-commerce for business: shopping cart, cms content, and more...

Home Page:https://s-cart.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nhóm thuộc tính không hiện nếu Đặc tính tắt

quangbahoa opened this issue · comments

Describe the bug
Nhóm thuộc tính color - size hay custom không hiện nếu mục Sử dụng PHÂN LOẠI ĐẶC TÍNH: download, vật lý, dịch vụ,.. tắt.

To Reproduce**
Steps to reproduce the behavior:

  1. Xóa thuộc tính mặc định -> tạo các thuộc tính mới tại /attribute_group
  2. Vào Cấu hình cửa hàng /store_config -> sản phẩm -> uncheck Sử dụng PHÂN LOẠI ĐẶC TÍNH: download, vật lý, dịch vụ,..
  3. Tạo hoặc sửa sản phẩm, thêm thuộc tính và giá tiền cộng thêm
  4. Ngoài frontend không hiển thị gì thêm.
commented

Lỗi ở đoạn này nè.
resources/views/templates/s-cart-light/screen/shop_product_detail.blade.php:97
@if (sc_config('product_property'))
sửa thành
@if (sc_config('product_attribute'))