Quick Product Viewer

Hi, the QUICK PRODUCT VIEWER is truncating my descriptions. Can you let me know where I can edit to allow the full description to be displayed?



Thanks,



Mark

Good day,



Open the design/themes/responsive/templates/views/products/quick_view.tpl and replace:


```php

{$smarty.capture.$prod_descr nofilter}

```

with

```php
{$product.short_description|default:$product.full_description nofilter}

```

Thanks

Great, thanks for that. I'm new to CS CART but enjoying working with the coding etc. Will this change be overriden with CS CART updates? I'm trying to keep a log of changes to avoid issues on updates. I recently ran your latest update which went smoothly.



Thanks,



Mark

Hello Mark,



If you have any modified files that are going to be replaced with new versions, they will be displayed at the Check step of the upgrade process. These files will be backed up and you will need to re-apply your modifications after the upgrade manually. Also, please note that you can use the My changes add-on when possible in order to avoid upgrade issues in the future:

[quote name='zaas90' timestamp='1410427690' post='191945']

Great, thanks for that. I'm new to CS CART but enjoying working with the coding etc. Will this change be overriden with CS CART updates? I'm trying to keep a log of changes to avoid issues on updates. I recently ran your latest update which went smoothly.

[/quote]



You can create the design/themes/responsive/templates/addons/my_changes/overrides/views/products/quick_view.tpl file and copy the changed content to this file. Then revert back all the changes in the original file, make sure that the My changes add-on is installed and clear the cache

Great, thanks for the pointers. Really appreciate that!

[quote name='eComLabs' timestamp='1410447598' post='191977']

You can create the design/themes/responsive/templates/addons/my_changes/overrides/views/products/quick_view.tpl file and copy the changed content to this file. Then revert back all the changes in the original file, make sure that the My changes add-on is installed and clear the cache

[/quote]



Hello, I'm trying that with cs cart 4x and it is not working.



I already cleared the cache.



Any help here?



Thanks

[quote name='nil2567' timestamp='1420402052' post='201601']

Hello, I'm trying that with cs cart 4x and it is not working.



I already cleared the cache.



Any help here?



Thanks

[/quote]



Do you use the responsive theme?

[quote name='eComLabs' timestamp='1420449874' post='201640']

Do you use the responsive theme?

[/quote]



Sorry about that,

it is working

Glad I found this. Thanks. Still works for V4.6.2 and I took it one step further and moved the description under the buttons.

Ken

Glad I found this. Thanks. Still works for V4.6.2 and I took it one step further and moved the description under the buttons.

Ken

Thank you for keeping us updated