Thanks
This was need
unfortunately I had no patience and i make restore
i disable all addon and start update again
with succes this time
Posted by becomarius
on 06 January 2020 - 06:39 PM
Thanks
This was need
unfortunately I had no patience and i make restore
i disable all addon and start update again
with succes this time
Posted by becomarius
on 06 January 2020 - 10:09 AM
Posted by becomarius
on 18 November 2019 - 02:27 PM
There is no easy way to merge two websites. You can try import/export options. But please note that User ID is used on orders export and not used in users export. As a result orders and users can be mixed up
Yes... i make these some time a go
I win...and i explain all details on forum for other people
I write all steps to a clean new version and import products, orders, and users
And now i must to make it again...and i forgot...and i don`t see my topic
Import store addon don`t work with 4.11 ((
Posted by becomarius
on 12 November 2019 - 02:34 PM
Change order design document
How we can change size of "{{ p.image }}" from order summary ?
Thanks
Posted by becomarius
on 28 September 2019 - 09:51 PM
Agree with jain1980
Posted by becomarius
on 28 August 2019 - 12:42 PM
works... thanks
Posted by becomarius
on 26 August 2019 - 09:18 AM
Works
Thanks a lot
Posted by becomarius
on 02 March 2019 - 09:12 PM
Works !
Thanks a lot
Posted by becomarius
on 11 January 2019 - 11:27 PM
Hi all again
I have "http://domain.com"and now i buy license for another storefront ..."https://www.domain2.com"
I need to redirect old domain to new one. There are more option to do this
Witch is the good one ?
as.. i must to change the adress from Search Console, but i must to redirect whole domain first
Thanks all
Posted by becomarius
on 28 August 2018 - 08:06 PM
Hi all
I have an addon made by someone few years a go
that addon have one block with "html smarty support" with this string
{$smarty.request.dispatch}
I now that in latest version, this kind of smarty command dosen`t work
With what i must to replace ?!
...My coding skills are limited/or null
Thanks
Posted by becomarius
on 21 April 2018 - 09:06 PM
Some news ?!
Posted by becomarius
on 18 February 2018 - 08:10 PM
Hi all again
I just make masiv changes with csv file for all product title H1
And change all seo-names
and i have this...now
[18-Feb-2018 22:00:02 Europe/Bucharest] PHP Notice: Undefined index: REMOTE_ADDR in /home/xxxxxx/public_html/app/functions/fn.common.php on line 1927
and the place
/ The function returns Host IP and Proxy IP. // function fn_get_ip($return_int = false) { $forwarded_ip = ''; $fields = array( 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'HTTP_forwarded_ip', 'HTTP_X_COMING_FROM', 'HTTP_COMING_FROM', 'HTTP_CLIENT_IP', 'HTTP_VIA', 'HTTP_XROXY_CONNECTION', 'HTTP_PROXY_CONNECTION'); $matches = array(); foreach ($fields as $f) { if (!empty($_SERVER[$f])) { preg_match("/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/", $_SERVER[$f], $matches); if (!empty($matches) && !empty($matches[0]) && $matches[0] != $_SERVER['REMOTE_ADDR']) { $forwarded_ip = $matches[0]; break; } } } $ip = array('host' => $forwarded_ip, 'proxy' => $_SERVER['REMOTE_ADDR']); if ($return_int) { foreach ($ip as $k => $_ip) { $ip[$k] = empty($_ip) ? 0 : sprintf("%u", ip2long($_ip)); } } if (empty($ip['host']) || !fn_is_inet_ip($ip['host'], $return_int)) { $ip['host'] = $ip['proxy']; $ip['proxy'] = $return_int ? 0 : ''; } return $ip; } // // If there is IP address in address scope global then return true. // function fn_is_inet_ip($ip, $is_int = false) { if ($is_int) { $ip = long2ip($ip); } $_ip = explode('.', $ip); return ($_ip[0] == 10 || ($_ip[0] == 172 && $_ip[1] >= 16 && $_ip[1] <= 31) || ($_ip[0] == 192 && $_ip[1] == 168) || ($_ip[0] == 127 && $_ip[1] == 0 && $_ip[2] == 0 && $_ip[3] == 1) || ($_ip[0] == 255 && $_ip[1] == 255 && $_ip[2] == 255 && $_ip[3] == 255)) ? false : true; } // Workaround for PHP < 5.4
I have no idee
Posted by becomarius
on 04 February 2018 - 08:32 PM
In my case was 2200 orders... so was not something that must have remained compulsory
As i said... export and import csv users don`t work with "user_number" row too... so if someone create a new account will be "user_2" other "user_3" and so on.... and that users will view in his account some orders from oldest user_number... from someonelse
All knows that my skills are limited, so :
I export xml file from oldest database from "cscart_users" table and import to the new database in same place
And now all my users are ok
Except usersgroup...was 100 users to one users group in my case so i make it manual
Orders looks good now... buy only look
If you click a product from users orders profile or admin panel... will direct to an wrong product ....obvious that product id dosen`t exist or replaced. But this is not bad for me...
Tonight i will move
I will back with other thing
I am happy with my big step
Posted by becomarius
on 29 January 2018 - 10:59 AM
I now i see somewhere an addon for this (also with location per product on order page)... but i don`t find it now
Product location means.. the shelf from warehouse
Posted by becomarius
on 28 January 2018 - 07:54 PM