[quote name='dvsgr' timestamp='1380228262' post='168786']
I know I am bitching again, I know now we have CDN and widget and stuff but why on earth dear CS-Cart didnt you just put a sort system in banners block like just any other window with many entries like the menu items for example?
I keep getting that from clients all the time. “Where is the sorting numbers on banners gone? Why do I have to delete all of the banners and re-enter them to gtet the right order?”
Can someone please answer this? Oreven better is there a fix on the way?
Fotis
[/quote]
Dear Fotis,
We've added the position field for the banners in v4.0.1, so you can sort them using this field.
Hope, this is what you need.
These issues resolved thru trial and error.
Hi
This is an image from a 402 install (untouched)
As you can see Banners Block in Homepage has no sorting fileds.
and this is a 401 install.
and this is a 225 install
As you can see although 225 didnt have any slideshow, there is a sorting field, which is no more present since 301.
I get an error when I try to import from 2.2.5 at the second step . Error:Configuration test failed . Any idea how to fix this?
Thank you
Joe
[quote name='gasngrills' timestamp='1380399965' post='168888']
I get an error when I try to import from 2.2.5 at the second step . Error:Configuration test failed . Any idea how to fix this?
Thank you
Joe
[/quote]
Joe, I recommend you to contact our tech support.
I've successfully installed the store and I noticed that V4 has support for Paypal Advanced. Is it fully ready to go?
I have enabled the social media buttons and they refuse to show up. I've cleared the cache, sought advice from a Witch Doctor and practiced VooDoo on the store but can't seem to get them to show up. I've disabled them and re-enabled them… I've uninstalled and re-installed and still NOTHING!
UPDATE: the Social Media icons show up on my terms and conditions, but on any of the products even though it's checked in the addons prefs.
Also… where's the nice easy to use “CLOSE STORE” on the bottom of the admin screen in V4? Am I blind?
I love how easy it was to customize the look of the store.
I"m sticking with CS-cart as thats where I've been since 2009 and we're moving in the right direction!
matt
The import tool doesn't seems to work with my live store.
When trying to importing from 3.0.6 to 4.0.2 when cloning the database. The status bar closes and the process stops. Also the first time installing 4.0.2 process stopped (at table 162), and I had to reinstall and creating an new database.
Anyone has the same problem, or know how to fix this issue.
I'm looking forward to a reply.
Michiel
Running 3.0.6 trying to import and it gets to importing data and sits there. Tried on different browsers and computers still same result. Have 1300+ clients and 750+ products.
Starts with “Processing”, then [color=#333333]“Backing up data for: [/color]cscart_product_option_variants_descriptions[color=#333333]” then Cloning Database “Importing data” Never goes past this for me.[/color]
[color=#333333][/color]
[quote name='CutRiteFX' timestamp='1380489442' post='168916']
Running 3.0.6 trying to import and it gets to importing data and sits there. Tried on different browsers and computers still same result. Have 1300+ clients and 750+ products.
Starts with “Processing”, then [color=#333333]“Backing up data for: [/color]cscart_product_option_variants_descriptions[color=#333333]” then Cloning Database “Importing data” Never goes past this for me.[/color]
[color=#333333][/color]
[/quote]
I was able to do the store import from 3.0.6 but my store only has 120 or so products. You may need to set the timeout parameter for your php and increase the memory available to php. I'm not pretending to know what I'm talking about, but I've had scripts that quit on me or just sat there and sometimes that fixed it.
The store is sending my customers a “Transaction Failed” email using Paypal webpayments standard, even though the payment went thru and is in my paypal account.
It seems to happen when they use a credit card.
UPDATE: I submitted Support tickets for the social media issue and the FAILED payment issue.
[quote name='mattcaswell' timestamp='1380502404' post='168920']
I was able to do the store import from 3.0.6 but my store only has 120 or so products. You may need to set the timeout parameter for your php and increase the memory available to php. I'm not pretending to know what I'm talking about, but I've had scripts that quit on me or just sat there and sometimes that fixed it.
[/quote]
Tried changing memory size
memory_limit = 64M
max_input_time = 320
Still same result
Wondering of something is wrong with my database or Godaddy
It happened same to me, progress bar stops at very smae place. But according to log import was complete and done successful. For some reason I think its somehow related to shared hosting, permissions probably.
I have exactly the same problem (I need to import 127k porducts) but more problem is that somehow import process crash my curret online shop I have no idea why.
[quote name='kjpp' timestamp='1380530335' post='168934']
I have exactly the same problem (I need to import 127k porducts) but more problem is that somehow import process crash my curret online shop I have no idea why.
[/quote]
Have you tried to import locally?
[quote name='CutRiteFX' timestamp='1380523486' post='168927']
Tried changing memory size
memory_limit = 64M
max_input_time = 320
Still same result
Wondering of something is wrong with my database or Godaddy
[/quote]
Dear CutRiteFX,
We are trying to increase memory code & disable time execution limit in the Store import code. see app/addons/store-import/Tygh/StoreImport/General.php:
set_time_limit(0);
ini_set('memory_limit', '1024M');
Godaddy actually can forbid to change these settings from PHP - and this can be the issue.
How long until upgrade shows up in our 4.0.1 stores?
[quote name='CarStickersDecals' timestamp='1380557713' post='168949']
How long until upgrade shows up in our 4.0.1 stores?
[/quote]Heard between 1 and 2 weeks
[quote name='imac' timestamp='1380551846' post='168944']
We are trying to increase memory code & disable time execution limit in the Store import code. see app/addons/store-import/Tygh/StoreImport/General.php:
[/quote]
I think this limit are nothing to do, I chaged my limit:
[color=#282828][font=arial, verdana, tahoma, sans-serif][size=2]memory_limit = 512M to 1024M[/size][/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif][size=2]max_input_time = 180 to 1800[/size][/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif][size=2]And import crash in exacly the same moment (log file got exacly the same size).[/size][/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif][size=2]Orr maybe it is needed to change other limit.[/size][/font][/color]
[quote name='imac' timestamp='1380551846' post='168944']
Dear CutRiteFX,
We are trying to increase memory code & disable time execution limit in the Store import code. see app/addons/store-import/Tygh/StoreImport/General.php:
set_time_limit(0);
ini_set('memory_limit', '1024M');
Godaddy actually can forbid to change these settings from PHP - and this can be the issue.
[/quote]
In some shared hosting plans the set_time_limit can't be modified. However Joomla and Wordpress scripts do work.
Is the way of disabling the time limit different in CS-Cart then Joomla/Wordpress.
Set_time_limit and Memory_limit can't be modified manually and by provider though security reasons.
Is it possible to use the way of disabling script time in Joomla/Wordpress for cscart? Anyone tried this, or know a different way of solving this.
Upgrade will show up in 4.0.1 stores within 2 weeks.