Jump to content

vokf

Member
  • Posts

    880
  • Joined

  • Last visited

Everything posted by vokf

  1. The suhosin.so library is a security feature of the server. This has nothing to do with CubeCart. Push your host for a quick fix of this problem on their server.
  2. You have already asked exactly the same question in 2 threads on CubeCartForums.org. This is not the correct place to discuss 3rd party mods.
  3. I *think* you mean this; /skins/yourskin/styletemplates/content/index.tpl This is the homepage content area, and so will have the "homepage text", and possibly new products. Jason
  4. Depending on the template, this will probably be achieved via editing the CSS file layout.css in your template directory; #topHeader { height: 157px; ...stuff goes here.... background-image: url(../styleImages/backgrounds/topHeader.gif); } you can set the height in the above style. This may push everything down.... in which case, you'll need to swot up on CSS.. Jason
  5. Hi Mats, I don't think it will speed things up. The session is held in a cookie, and and then updates a specific record in the database for the visitor. There is a "SELECT" statement to pull the session data (langange/currency etc) based on the token held in the cookie. Providing the database engine is not overloaded, the query will execute very quickly. (not much data being stored, and only 1 record being returned) How much traffic (visitors) are you talking about? Things that will effect the speed of the site can be (in typical order); -Server Loading (is it already heavily loaded by other sites -more applicable on a shared server) Is the slowness consistent throughout the day? -Number of queries per page. If you've applied lots of mods, or have many categories (100's+) with an expanding category mod, then it will slow down the site. -Large images (filesize), or flash/other media. Some people upload large (100KB+) images, and simply resize in the FCK Editor (this does not resize the image, simply the dimensions used in the HTML) -Poor network connection- this could be the host's end, or anywhere in between. Is the hosting companies website ok for speed? Run a TRACERT to see if there are dropped packets or high latency. You can try reducing the session length, the effect will be that visitors who return after the session timeout will not see their basket. 2 or 3 hrs could be fine, but I can't see any benefit to reducing it. If you're still stuck, please post your URL (or PM if you want to keep it private). If you are selling adult goods to protect other members. (workplace rules etc) Jason
  6. Short answer- no, not without extra coding. This can be done, but it not trivial. If you need the importer to run weekly/daily, then it should remove products that are no longer in the feed. It may need to download images from a remote site, and create the thumbnail and main product image. It may also need to create new categories as required. I've done most of this on one of my stores- but there is a lot of work to do a good job. If its for a single category, and a single 1-off import, then its not too much work for a PHP/mySQL developer- probably 2 or 3 hours.
  7. The security is good, but having a secure app is no good if your server is vulnerable. The best security will come from having a dedicated server, managed by a professional. However, most will use shared servers which will be more vulnerable to security issues. Following good security practices will also help; -Changing passwords regularly and use strong passwords -Reducing the amount of sensitive data stored (so, if you retain credit card details, you should remove them from the system asap) -Sign-up to the CubeCart mailing list, to get alerts to the latest updates. -Be careful about what additional mods/code are applied. CC3 and CC4 where both security audited, but not all coders will cleanse their database queries, potentially leaving the store open to attack. Obviously, keeping regular back-ups (off server) will minimise downtime if there was any problems.
  8. Hi Rob, If you're using V4 - you should be posting in the V4 area ;-) http://forums.cubecart.com/index.php?showforum=44 This is the CubeCart V3 area. To answer your question, you cannot delete a category until all products assigned to that category are either deleted, or re-assigned to another category. Hope this helps, Jason
  9. vokf

    Fedex Support

    Frank, I configured the FedEX 3rd party mod for a US store. If you can't find it via CCF, then I suggest you GOOGLE; fedex shipping mod v1.3.0 This should bring up the product page at the top of the results. I've seen this in action, and it works very well. Jason
  10. Steve, I assume you'll want to retain any existing categories for these 30K products? This will complicate things, but it is possible. If there are product options (colour/size etc), this will complicate things even more. CubeCart 4 does have a catalogue import tool, but this won't bring in categories and you'll have to manually place each product into the correct category. Ok for 100 products, but not an option for 30K I have seen companies offering translation scripts, and would advise googling for them. If they can't help, then your option is to find someone for some paid assistance. You will need to provide details of what is required (images/options/categories etc), remember that to import product text (no images or category details) is fairly simple, even if done direct to the database. I'm sorry there isn't a quick fix for this, but it is possible. Jason
  11. I'll assume an Apache sever. Edit .htaccess and add the following 2 lines; RewriteCond %{HTTP_HOST} ^mywebsite.com [NC] RewriteRule ^(.*)$ http://www.mywebsite.com/$1 [L,R=301] Hope this helps, Jason
  12. Hi Patricia, A "php for dummies" book would certainly help, and the local library will be a good source of info. Books are great :-) As you're looking to tweak/learn, I would suggest asking in the CubeCartForums site. That's not to say people in this forum cannot help- but this is mainly intended for the core "unmodified" code of CubeCart. Much of CubeCart is documented there (by the community), and knowledgeable members are happy to help. From my own experience, I find the template system to be one of the biggest benefits for CubeCart, and for each template file (*.tpl), there is a corresponding php (includes/*.inc.php). Once you work out how this works, you'll be able to add extra fields and simple logic to the pages. From doing a few CC4 stores- I've found the need to tweak has been reduced. Where changing "State/County" to "County" meant editing a language file, its now easily changeable in the admin section (so no ftp/file changes required). PayPal works fine, as does Google Checkout. I'm 95% complete on a store, and the only PHP/template tweak is a product slideshow on the frontpage (PHP to create the list of images and template to use a CSS/Javascript slideshow). Jason
  13. Ken, any update at your end for this? I'm working on a CC4 store, and using Google Checkout. I get the standard Google Purchase Receipt. There is a link to return the user back to the store, but this is not "in your face", or automatic. There is a also an API call-back URL that as I understand, updates the store (through the Google Checkout API) - but until I'm able to run a proper test I'm not sure how it works. Thanks, Jason
  14. Hi Hooper, I've been using CubeCart for a few years, and previously used and trialed a range of other systems. One thing to consider is that no platform will do everything you need. If you're charging for your services (you mention a client), then your client should (quite reasonably) expect you to know the technicalities in setting up their store, or you've been able to charge enough to sub-contract aspects of the work out. You mention an Abbey National payment gateway. I've not seen this as a payment module, but it may be simple to implement. You would have to provide the API details to a developer and pay them for their time. If there is demand, you may be able to ask a developer to share some risk and code it for a lower rate in exchange for selling the completed module as an add-on product. A few years ago, there was a ban on promoting 3rd party services in this Offical CubeCart forum. Over time, this led to the cubecartforums.org site, which is the main place to go for 3rd party support and paid-for projects. There are free and commerical code and graphical templates for download, and if you've not taken a look - I'm sure you'll benefit from a visit. Going back to my original comment, you'll find that OSC/Zen/Magneto etc will require some development to meet your requirements. Some may be more suited to your requirements better than CubeCart, but still may not be 100% I'd advise installing a demo of CC4 - it has many features, and is easy to set-up and use. Most 3rd party developers are concentrating on producing code for this. I'm currently setting up a store for a mobility website, and I'm able to provide a cost effective solution (with full licences) for a good price- as I don't need to customise too much (so far, only visuals). I installed CC4 in about 5 mins (after upload), added a few products in 10mins and then pasted my clients information (faq/about us etc). Obviously, I've confident on setting this kind of thing up, and have experience with CC3. Essentially the bulk of their store was up in a few hours. They will need to add products, and I'm awaiting a decision on Google Checkout or HSBC payment gateway, then finish template customisation and add logo. The demo will run for 30days, and should be enough time to evaluate the software. If your client is on a budget, then CC3 is very good value with a good history. You can also ask for help over at the other forum, although for the basics (shipping/tax/products/installation etc), you should get assistance here. Remember that forums rely on voluntary assistance. You may find the odd post from Devilion, but most questions are answered by people happy to give up some free time to help. I hope this helps, Jason
  15. One of my CC4 clients has received an email today from WorldPay. There are some technical changes required, more details below; http://www.worldpay.com/support/content.php?page=news Does anyone here use WorldPay and are UK based? It looks like there could be changes require to accept Maestro cards. http://www.worldpay.com/support/content.php?page=news#ckout I assume CC3&4 use HTML integration (I can't see any other method listed on the WorldPay site).
  16. vokf

    24 Hour PC Doctor

    Thats one option - the other (server based) works on all browsers. I'll put the details over at CCF later this weekend... Jason
  17. vokf

    24 Hour PC Doctor

    <delurk! - 1st time in 09...> I've managed to get the built-in spell checker in FCK editor working - not great, but it does work and does flag most errors (the main problem is the suggestions are not that good!) Jason
  18. vokf

    cube cart crash

    You can empty the sessions table. This will fix the problem - do this from phpmyadmin. Jason
  19. Prateek, please list the error. Jason
  20. You need to provide CubeCart support with your hosting account details. If you do not have this information, contact the company that is hosting your site, and ask them to provide it. It will have been provided when you signed up. You should have a username, probably along the lines of "alloywhe" (I can't be 100% sure though- but that would be cpanel default), and a password. I can't really follow your post, but if you have paid for a Cube Cart support ticket, you need to provide these 2 bits of information to them. CubeCart support cannot guess the log-in to your hosting account. Once they have access, they should be able to create a new user log-in for your cubecart store. If would advise you to be specific in your description of log-ins, you have 2: -Your hosting account/cpanel login -Your store login Do not list them as "site login", as this will be confusing. I hope this helps! Jason
  21. Hi, thanks for the quick reply. Just what I needed to hear - (I shouldn't need to get involved with anything when he upgrades... ) Thanks, Jason
  22. Hi all, I've been asked by a friend that is hosting a few CC sites if it will work on PHP 5.2. (this is a cPanel server) The server is currently on PHP 4.4.7 and working fine, but for some reason, he has a client that is insisting on PHP5. (for a form>email script of all things!!) I guess that now the GoPHP initiative is in full force, some people have moved to PHP5 and have a few CC3 stores running, so I'm hoping for some comments. He had full root access (server admin mainly through a separate company, as he is mainly a Windows host), so I guess it would be possible to keep PHP4 installed, and select via .htaccess ? Thanks for any comments, Jason
  23. Best to contact the author directly. I've found them to be very helpful with support queries in the past. Jason
  24. Matt, I suggest you purchase it, a quick google will show the developers site: Google Sweetness Skin for Cube Cart HTH, Jason
  25. Hi Rochelle, when you upgrade you'll need to run something like "winmerge" to identify changes between files. Some CC files will only have the header comments changed, whereas others will have a bit more. How many mods do you have? - its always quicker to re-apply mods 2nd time around and will probably be quicker than comparing all files. To install 3.0.17 and re-apply mods, probably an evenings work (or less), but if you make a mistake on trying to merge the files, it could take much longer to fix. Jason
×
×
  • Create New...