magento学习日志之一
1.grouped product和bundle product区别grouped product在前台可以选择所需要的产品的数量,产品不可以设置is requiredbuldle product提供的功能更为丰富,将产品分组,再从组中用checkbox,multiselect,radio等多种选择方式去选择需要的产品,分组可以设置is required2.stock status
1.grouped product和bundle product区别
grouped product在前台可以选择所需要的产品的数量,产品不可以设置is required
buldle product提供的功能更为丰富,将产品分组,再从组中用checkbox,multiselect,radio等多种选择方式去选择需要的产品,分组可以设置is required
2.stock status什么时候互相转换,前台和后台
下订单时,如果产品数量和订单中产品数量一样则下完订单后产品由in stock 转变为out of stock.[System->configuration->inventory->Decrease Stock When Order is Placed]
当order is cancelled,set items'status to be in stock'[System->configuration->inventory->Set Items' Status to be In Stock When Order is Cancelled]
设置[System->configuration->inventory->Display Out of Stock Products]为YES时out of stock的产品将会在前台显示
3.Is anchor除了parent category会显示subcategory的产品以外还有什么功能
is Anchor为no时只layer navigation只显示subcategories,
is Anchor为yes时,layer navigation显示subcategories,还会显示price和subcategories中将use in layered navigation为yes的attributs[Use In Layered Navigation]
4.下订单时 registered customer和guest在前后台有什么区别,除了前台下单时不用填写用户信息
customer下订单以后可以点here to print按钮打印订单
guest提交的order在后台没有reorder按钮,如果订单被cancel不可以像注册用户的订单一样reorder.
5. 订单的不同状态,前后台有什么不同,比如有哪些操作
当客户刚提交订单时产生一个order,order可以edit,cancel,send email,hold,invoice,ship,reorder
order点cancel按钮时,订单会变成Cancel状态
order点hold时变成on hold状态,on hold状态时order页面右上角有unhold按钮,点unhold按钮时order转为pending状态. onhold状态时只有send email和unhold功能
order点invoice按钮时,变成processing状态。processing时右上角Edit,send email,credit memo, hold,ship, reorder功能。
order点ship,变成complete状态。页面右上角send email,credit memo,reorder
7. wishlist的功能
在wishlist每一个产品都可以添加产品评论,可以added on显示添加到wishlist时间,可以add to cart,move item.
对于所有在wishlist的产品可以share wishlist, add all to cart
8. related product, up sell product和cross sell product有什么不同
related product表示显示在产品详细面右项,可以在产品前的复选框里划勾,表示在支付当前product时附带会一起支付的产品
upsells 表示客户可能会更愿意购买的,比当前更超值的产品,显示在product description页。产品没有add to cart, add to wishlist,add to compare按钮
cross-sell显示在shopping cart下面,这些产品一般是与shop cart产品有关的。有add to cart,add to wishlist, add to compare按钮
更多推荐
所有评论(0)