Tel: +1 310-997-0924 (Los Angeles), +82 070-8064-2559 (서울)
X f P D VK IG YT V RSS
GUIDE

웹사이트·쇼핑몰 제작

[마젠토/Magento] Configurable Product

http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-configurable-product 1) 속성만들기  Creating Attributes  It picks attributes from the set that are Input Type: Dropdown, Scope: Global, and Use To Create Configurable Product: Yes * global, dropdown, create configurable  2) 속성 세트 만들기 (기존 세트를 이용해도 됨)  Creating the attribute set 3) simple product 만들기  general, price(이 가격은 의미 없음, grouped products 만들 때 […]

Continue Reading →

[CSS] white-Space, word-break, word-wrap, text-overflow

white-Space  공백문자를 어떻게 할 것인지 설정. (띄어쓰기나 줄바꿈, 탭으로 인한 공백 부분 등등)    white-space:normal; 기본값. 연속 공백과 줄바꿈 등을 통합해서 표현  (보통 띄어쓰기를 500번 하든지 줄바꿈을 하든지 결과는 띄어쓰기 한칸 인것처럼 적용됨)   white-space:pre; normal과 반대. 원문 그대로 출력   white-space:nowrap; 스페이스바를 막 눌러서 들어가는 연속공백은 통합되지만 (normal의 효과) 줄바꿈은 인정함 (pre의 효과)   […]

Continue Reading →

[마젠토/Magento] Out Of Stock 설정하기.

Catalog > Manage Products > 상품 선택 > Inventory > Stock Availability 에서 Out Of Stock 를 선택한 후 저장합니다.  이미지로 보기 To customize the inventory settings for an individual product, whether creating a new product or editing an existing product, navigate to Catalog > Manage Products, and click the Inventory tab in the left […]

Continue Reading →