how do i change product demo file path

22.02.2023 20:36
#1
vega55
Joomshopping forum user no avatar
Name: Vega Arda
07.12.2022
Posts: 31
Quote
how do i change product demo file path

how do i change product demo file path ?

config file

$config->demo_product_live_path = $config->live_path."files/demo_products";
$config->demo_product_path = $config->path."files/demo_products";

default example
www.sites.com/components/com_jshopping/files/demo_products/productsize.pdf

I want to exit component path
example
www.sites.com/images/file/demo_products/productsize.pdf

how to change path ?


Joomla: 4
JoomShopping: 5.03
PHP: 7.4
 
22.02.2023 20:47
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25962
Quote
Aw: how do i change product demo file path

$config->demo_product_live_path = \JURI::root().'images/file/demo_products/';
$config->demo_product_path = JPATH_ROOT.'/images/file/demo_products/';

 
22.02.2023 21:03
#3
vega55
Joomshopping forum user no avatar
Name: Vega Arda
07.12.2022
Posts: 31
Quote
Aw: how do i change product demo file path

I applied the fix you wrote.
Thank you very much
It would be great if you bring the feature to change the paths in the configuration with the next updates.
thanks again for your help

 
22.02.2023 21:08
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25962
Quote
Aw: how do i change product demo file path

$config->demo_product_live_path = \JURI::root().'images/file/demo_products/';
$config->demo_product_path = JPATH_ROOT.'/images/file/demo_products/';

add to
components\com_jshopping\config\user_config.php

or create new file (user_config.php)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.