Attaching a file to a product variant
Module Description
This module allows you to attach the file to the product variant. The file will be available for download by the client when it enters the product page. If you change the product settings, the files will change.
Administrative part:
Once the module has been acquired and installed, it is necessary to:
-
Add file to selected product
Add file to selected product:
- Add file to selected product – Catalog → Products → Selected product → Add file → Save information
Client part:
File Download - Display on Item «Descriptions page»
After adding a file to the selected product, the download link will appear on the Product «Descriptions page», the buyer can view the file by clicking on the corresponding field
Payment methods
- Cash upon receipt
- Bank transfer
Писали что реализуют.
Но сейчас на демо 4.3.0 в модуле это не работает (прикрепление нескольких файлов или безлим, и нет настроек в нем. Или где можно сверить, чтобы понимать покупать его или нет?
В идеале чтобы вывод файлов был во вкладке (ко всей карточке товара) и там к вариантам товара на выбор (но хоть бы пока несколько файлов), для универсальности
Но я бы сделал некоторые изменения, чтобы файлы не валились в общую кучу uploads
Изменение папки для сохранения прикрепленных файлов
1.
\Okay\Modules\SimplaMarket\VariantAttachmentFile\Services\VariantAttachmentFileService.php
files/uploads/
меняем на
files/uploads/AttachFiles/
2.
\Okay\Modules\SimplaMarket\VariantAttachmentFile\design\html\variant_attachment_file.tpl
/files/uploads/
меняем на
/files/uploads/AttachFiles/
3.
Добавить на хостинге в папку /files/uploads/ папку AttachFiles
(Созать папку /files/uploads/AttachFiles/)