Forum
shop paypal
hi, I want to have the product description use an MarkItUp text editor. edit_post.php used api function
$Form->textarea_field('productDescShortRaw', 'Details Short(max)', isset($details['productDescShortRaw'])?$details['productDescShortRaw']:false);
should I remove this function call, and add it to product.html?
<perch:content id="Description" type="textarea" label="Description" markdown="true" editor="markitup" required="true" />
tony
Hi Tony, you shouldn't have to edit the App code to change the editor. Just edit the product.html template
(move your shop templates to /perch/templates/shop/ first, so they don't get overwritten when you update Shop in the future)
Also worth noting that if this is a new build, the PayPal Shop app is now deprecated in favour of the new Shop app.
https://shop.perchcms.com/
Absolutely.
And don't forget to use
perch:shop
tags rather thanperch:content
.Hi Simon,
tony
We don't currently have any method of importing products from one to the other. In the future we may well add an importer for products generally (from csv), this is on the roadmap but doesn't have a date assigned to it yet.