Search:

Type: Posts; User: kuroi

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    113
    Views
    50,128

    Re: PHP inside ezpages

    Oh but it can.

    Firstly, contrary to popular belief, most business fraud involves a trusted insider, who may not otherwise have access to your code.

    Secondly, if somebody wants to trash your...
  2. Replies
    113
    Views
    50,128

    Re: PHP inside ezpages

    No they wouldn't need access to the code, just to any part of the admin where text is inserted (e.g. product descriptions or EZ-Pages).

    Yes, it would be easier to hack the site if they got direct...
  3. Replies
    8
    Views
    1,241

    v150 Re: Custom sideboxes and center boxes

    That indicates a syntax error, most likely with whatever you've put into the box. I recommend following the steps in this FAQ entry (especially 2a) to track it down.
  4. Re: Can I do this? a store that can handle 1000's of different items?

    There are many, many examples of sites built with Zen Cart to market many thousands of products. Here's a few that all run into the 1000s: http://populargreetings.com, http://www.mobility.co.uk,...
  5. Re: language defines... inconsistent overrides for order_total modules

    The default is that you need a complete list of language defines in the override file, as when there's an override, only that will be loaded.

    There is an exception for the primary language file,...
  6. Replies
    15
    Views
    3,941

    Re: Add upload image to contact us - update

    Shouldn't that be ... ?

    Also your max file size setting should be no greater than the equivalent value set in your php.ini file, otherwise the latter will override your value.

    It may also be...
  7. Replies
    2
    Views
    534

    Re: Setting shipping based on product price

    It's very possible. You'll find this feature at YOUR-ADMIN > modules > shipping > table rate
  8. Replies
    8
    Views
    1,241

    v150 Re: Custom sideboxes and center boxes

    The blank sidebox plugin does what you're asking, i.e. provides a template from which you can develop your own sideboxes that will fit with the styling of your other sideboxes. It says that it's for...
  9. Re: Loading.gif while images load, like Admin in 1.50 when logging in

    The loading images are normally displayed when content is being loaded via AJAX. So before going off to the server, the loading gif is displayed, and once the requested content has been received the...
  10. Replies
    25
    Views
    2,439

    Re: issues with upgrading and the admin changes

    No. You know where it is because you navigated there in your browser. Zen Cart merely looks at where you came to in your server's file system and uses this information to keep you there for...
  11. Replies
    25
    Views
    2,439

    Re: issues with upgrading and the admin changes

    From your last post it sounds as though your real problem is why you were getting a 404 error when trying to access the admin.

    Editing the FS entry in the config file is merely adding a layer of...
  12. Replies
    331
    Views
    90,423

    Re: Admin-Editable Sidebox - Support Thread

    There's no 1.5-related reason why it shouldn't work.
  13. Replies
    6
    Views
    906

    Re: Started as webdeveloper for company with old zen-cart. Fix existing or rebuild?

    We treat every new client as though this were the situation, even when they're able to provide a list of what they've done, as we've yet to see a list that was complete.

    We go back to basics and...
  14. Replies
    49
    Views
    16,519

    Re: Admin Page Registration for 3rd Party Modules

    The topic for this thread was admin page registration. There's a worked example of GET var replacement (which isn't always needed) in this post.
  15. Replies
    15
    Views
    4,362

    Re: How to Change Invoice Number to YYYYMMDDxxxx?

    The code as posted won't work because the the first parameter in the date function needs to be in quotes.

    This would be easier to diagnose if you explained where you'd put the code, and...
  16. Re: Question about replacing [Get]s in addon code for 1.5

    No.

    I doubt that any changes are needed. They rarely (maybe never) will be on the store side of a site unless they relate to the checkout or the account area, as these are the only places where...
  17. Replies
    1,237
    Views
    292,182

    Re: Server 500 error

    Glad you like it, but I wouldn't recommend this approach.

    Admin Profiles functions was integrated into Zen Cart 1.5 and extended, which is why I stopped developing it as an independent module.
    ...
  18. Replies
    49
    Views
    16,519

    Re: Admin Page Registration for 3rd Party Modules

    If you use mods that have been upgraded for 1.5 you don't need to use this page at all.

    If you use mods that haven't been upgraded, there's an explanation for each field on the page itself, but...
  19. Replies
    1
    Views
    467

    Re: My web only work with IE(Internet explorer)

    It sort of works for me in IE, Firefox and Chrome, so the problem may be local to you, or you're using old versions of the browsers.

    However, the site has lots of structural errors. For example:...
  20. Replies
    7
    Views
    1,570

    Re: Admin Pages again

    I think the confusion is in the code (I forgot about the old sort order) - you've helped provide clarity.

    :thumbsup:
  21. Replies
    7
    Views
    1,570

    Re: Admin Pages again

    Ah good point. Penny drops. I believe that the configuration group table sort order settings have been superceded by the admin page table's version, making the former redundant (i.e. I can't think of...
  22. Re: Main page format is corrupt

    This is the problem. It was simple because it doesn't understand the customisations you've made, or take any account of them.

    There's an overview of the manual process in the FAQ, and also in the...
  23. Replies
    7
    Views
    1,570

    Re: Admin Pages again

    I recommend double checking the sort orders. By default the All listing has a gID of 23, but its sort order is 22. So by putting your new page in with the same sort order, which comes first is a bit...
  24. Replies
    4
    Views
    1,034

    Re: With 3rd party template and mods concern

    As stevesh says, the process is the same wherever your template comes from. I can say though, that there aren't a whole of template-related changes to worry about.
  25. Replies
    6
    Views
    564

    Re: Is this advice from Kuroi still valid?

    I can't speak to the investment that the banks may (or may not) have made since I gave that advice, and SagePay had a bit of a service wobble last year. But despite that, I'd still repeat the...
  26. Re: Unable to Log Into Admin after Upgrade to 1.5x

    The function should be declared in your sales_info/includes/functions/admin_access.php file.
  27. Replies
    5
    Views
    1,895

    Re: Upgrading Php from 5.2.17 to 5.3.8

    Zen Cart 1.5 only requires PHP 5.1.13 or higher, so there's no need to upgrade PHP in your local environment to work with this release.
  28. Re: Cannot upgrade for web host only have pop 5.2.6?

    You could ask your host whether they could move your account to a server running a more up-to-date version of PHP. Some hosts setup each new server with the latest version, but are slow to upgrade...
  29. Replies
    4
    Views
    14,222

    Re: Language Update to Zen Cart 1.5

    Could you be more specific about what "doesn't work" looks like. It's difficult to advise on how to fix a problem, without knowing precisely what the problem is.

    For example:

    Can you not...
  30. Replies
    6
    Views
    2,139

    Re: 1.3.x vs 1.5.x database changes

    And indeed it;s what some of us pros do, i.e. put the old site into maintenance to prevent new data being added to the database. Copy the database and re-upgrade it. Then redirect the URL to the new...
  31. Replies
    6
    Views
    2,139

    Re: 1.3.x vs 1.5.x database changes

    Yes, there are some vital database changes between these versions. This is one for which you should follow the full upgrade process described in the FAQ.
  32. Replies
    2
    Views
    473

    Re: MAS InSynch integration?

    According to their website, they originally wrote this in 1998 and have only done 250 installations, so it will be a long shot to find somebody for whom it was integrated with Zen Cart.
    ...
  33. Replies
    10
    Views
    1,079

    Re: Site Map Creation???

    ... and the sitemaps for human visitors are considered very lame and ineffective nowadays. There are better, more user-friendly options for helping your visitors find what they want such as good...
  34. Replies
    1
    Views
    757

    Re: Langauge Files for add on modules

    No changes. They should work in exactly the same way.
  35. Replies
    1
    Views
    984

    Re: Admin Users question 1.5.0 RC2

    LOL. In previous versions of Zen Cart, all users had access to all functions, including creating and deleting other users. Now that this functionality can be restricted to trusted users, you're...
  36. Replies
    2
    Views
    1,564

    Re: admin/includes/boxes elimination in 1.5.x

    The mod to which you refer isn't more complex, merely a bit messed up. I suspect the author didn't understand the naming conventions for extra boxes and so the attempt to add a menu item properly...
  37. Replies
    6
    Views
    2,050

    Re: Tell a Friend missing from 1.5.0rc2?

    I think that's intentional. There were issues with it being abused on a number of sites a while back, and I seem to remember some discussion about pulling it from the core code and making it...
  38. Replies
    1
    Views
    401

    Re: Zen Cart password integration with another site

    Not as straightforwardly as the code snippet you've shown as Zen Cart's approach is too sophisticated to embed into a SQL command.

    But then if I were you, I'd very uncomfortable with the way that...
  39. Replies
    2
    Views
    510

    Re: Forum Integration with EZ pages

    OK. The forum that I was thinking of is VanillaForums.

    I've never used it before, but between the last post and this, I found it, side-stepped the .com hosted version, downloaded and installed it,...
  40. Replies
    2
    Views
    510

    Re: Forum Integration with EZ pages

    Sounds like a bad idea. EZ-Pages is designed to allow the quick creation of static pages. Forums (and the two you mentioned in particular) are very demanding dynamic applications.

    There are some...
  41. Replies
    20
    Views
    3,862

    Re: Totals Off by a Penny!

    Don't get hung up on the idea that they're taxes. Just think of them as percentages and be grateful for the one benefit of working with 20% and not 17.5%.

    Taxes are added as a percentage to a net...
  42. Replies
    20
    Views
    3,862

    Re: Tax calculation in v1.5

    That looks right to me to 4 decimal places. Why do you think it's wrong?
  43. Replies
    6
    Views
    1,702

    Re: upgrading from 1.3.9h to 1.5rc2

    For upgrade practise ready for the formal 1.5 release and new site development, yes.

    But as this is a release candidate, not a formal release, its not yet suitable for use on live sites.
  44. Replies
    6
    Views
    1,702

    Re: upgrading from 1.3.9h to 1.5rc2

    Not really, it's just like a normal upgrade (as opposed to the database-free upgrades that were possible between 1.3.9x versions).
  45. Re: Question about replacing [Get]s in addon code for 1.5

    The context here is not obtaining information from a different server, but submitting data from an admin page in a browser back to the site's own server.

    Not sure I understand the subtle...
  46. Thread: Sales report 2.0

    by kuroi
    Replies
    858
    Views
    205,175

    Re: Sales report 2.0

    Nope. Admin Profiles would throw up a page saying that permission was denied to the page if it were involved.

    I don't use the Sales Report, but from a quick scoot through the code I'd say that...
  47. Re: How to add personalized bracelet feature to my cart?

    Tutorial on how to add attributes to products
  48. Thread: 1.5r1 to 1.5r2

    by kuroi
    Replies
    2
    Views
    789

    Re: 1.5r1 to 1.5r2

    Your first question is covered by this thread.

    There is no SQL patch for these changes.
  49. Re: How to add personalized bracelet feature to my cart?

    The first link uses javascript and would require a high skill level. We did something similar for a jewellery company a few years back and it was about a week's work by somebody with high levels of...
  50. Replies
    1,237
    Views
    292,182

    Re: Admin Profiles Support Thread

    If you have already added the files correctly (and the error would seem to imply that you have) then you need only add the tables.

    However, there's a catch. By adding the files you prevent...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR