Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
09.07.2007, 14:03 | #11 |
Senior Member
|
выложите конфигураци TS для tt_products
|
09.07.2007, 14:39 | #12 |
Новенький
Регистрация: 14.10.2006
Сообщений: 26
|
#МАГАЗИН
includeLibs.tt_products = EXT:tt_products/pi1/class.tx_ttproducts_pi1.php plugin.tt_products > plugin.tt_products = USER plugin.tt_products { userFunc = tx_ttproducts_pi1->main templateFile = fileadmin/templates/shop.html limit = 8 image { file.maxW = 300 imageLinkWrap = {$plugin.tt_products.clickEnlarge} imageLinkWrap { enable = 1 bodyTag = <body bgColor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0> wrap = <A href="javascript:close();"> | </A> width = 260 height = 220 JSwindow = 1 JSwindow.newWindow = 1 JSwindow.expand = 0,0 } } listImage < .image listImage.file.maxW = 140 listImage.file.maxH = 110 listImage.imageLinkWrap = {$plugin.tt_products.clickEnlarge_list} basketImage < .image basketImage.file.maxW = 160 basketImage.file.maxH = 140 basketImage.imageLinkWrap = {$plugin.tt_products.clickEnlarge_basket} image.wrap = | <br> statusCodes { 1 = Order submitted by user 2 = Order is received and accepted by store 10 = Shop is awaiting goods from third-party 11 = Shop is awaiting customer payment 12 = Shop is awaiting material from customer 13 = Order has been payed 20 = Goods shipped to customer 21 = Gift certificates shipped to customer 30 = Other message from store 50 = Customer request for cancelling 51 = Message from customer to shop 60 = Send gift certificate message to receiver 100 = Order shipped and closed 101 = Order closed 200 = Order cancelled } statusDate_stdWrap.strftime = %d-%m-%Y %H:%M orderDate_stdWrap.strftime = %d-%m-%Y showNotinStock = 1 notInStockMessage = К сожалению, товара нет на складе priceDecPoint = , TAXpercentage = 0 PIDuserFolder = 78 loginUserInfoAddress = 1 lockLoginUserInfo = 1 PIDpayment = 86 PIDfinalize = 87 orderByCategoryTitle = 1 } plugin.tt_products.payment> plugin.tt_products.payment { radio = 1 TAXpercentage = 0 10.title = счет 10.priceTax = 10.calculationScript = EXT:tt_products/pi1/products_comp_calcScript.inc 40.title = перевод 40.priceTax = 40.percentOfGoodstotal = 0 50.title = платеж при заезде 50.image.file = 50.priceTax = } Всё сделал по немецкому мануалу, перевёл...но просто упёрся и не могу понять в чем дело. не работает... ( прошу помощи у всех гуру Тайпо...есть же люди, которые настраивали себе tt_products... Последний раз редактировалось ivfrogy; 09.07.2007 в 14:56 |
05.09.2007, 13:34 | #13 |
Новенький
Регистрация: 13.08.2007
Сообщений: 3
|
проблема - cообщение "Shop Display Modes" появляется при выполненных условиях
- в системной папке имеются товары, которых "На складе 10 штук"; - каждая страница снабжена содержимым со вставленным элементом магазина. tt_products v.2.5.2 поставлены на TYPO3 4.1.2 (PHP 5.2.3 MYSQL 5.0.41) в соответствии с указаниями на wiki.typo3.org. В TS Const plugin.tt_products.file.templateFile = fileadmin/templates/shop_template/products_template.tmpl TS Setup page = PAGE page.10 < plugin.tt_products Но при добавлении plugin.tt_products.defaultCode = LIST отображается указанный LIST Естественно предположить, что все же не хватает записи расширения на какой-то из страниц. Однако, они там есть. Последний раз редактировалось mariva; 05.09.2007 в 16:58 |