Jump to content

bitclick

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Location
    Italy
  • First Name
    Giuseppe
  • Last Name
    Tripiciano

bitclick's Achievements

  1. Hi all! I'm new to modules development and all the addons marketplace system. I noticed that I don't receive any mail if I get a new message from the info request form on my module page or for any support request. My mail is correctly configured in my seller account, and in the support tab in setting it won't let me add the same email under employee profile (because it would be the same of dev account). I then assumed it would use that by default, but I don't receive anything. In the Alerts tab the only option available (receive email on sale and rating) are all checked, but there is nothing about tickets. So my question is: How do I receive those notification? Do I have to maually check the Messages tab every day? Seems kinda weird to me.
  2. I still have the problem with PayPal. I removed "set as paid" from all the statuses, I generate the Delivery Slip in both the "Payment accepted" ones (normal and paypal), then in "Shipped" i set it as paid but it still duplicates the payment. Everything else works fine, it's just PayPal. PS 1.6.1.6
  3. Hello, I'm having problem with the recyclable and gift wrap checkbox on 1.6.1.6. They are ignored when placing an order, no matter what I check. The strange thing is that they work with OPC but not on 5step checkout. And they both use the same order-carrier template. So I'm lost on where to look at to fix it. I assume, since it works in OPC, that the checkbox value is not brought to the last order confirmation page (but it's just a guess). Also the templates are basically the same as default, just some appearance changed (I'm not sure it even works on default template actually, I can't revert to default or i lose all the block/module customizations). Any suggestion?
  4. You processing company should provide you with a module. If they don't you can't use them (unless they provide APIs so you can code them from scratch) and you need to pay another processing company to use their modules. Please note than not all processing companies have monthly fees, many charge only the transaction fee (and you can't avoid that with any processing company).
  5. Hello, I'm having a problem using the store search on PS 1.6.1.1. Everything is indexed. When I try to search something it shows correctly the number of items found at top but nothing is shown except a fake product placeholder without any image or data. I never had this issue before, and the strange thing is that I have an exact copy (files/DB) of the website for dev purpose on the same server and it's working correctly there. What could be the problem? Anyone else experienced this?
  6. I'm interested in your mysql cnf changes, could you share your findings, especially the innodb_* lines? I'm trying to speed up a store with 109k prods. My box is similar except it has 6 cores and 6gb ram instead. I'm running several tests trying to tune mysql but didn't have so much improvement yet. Are you running caching systems? I have only APC in place right now for opcache, nothing for mysql except the included query cache. I read that memcached is not worth for single server setup.
  7. So how can I check the query time under normal usage? I know that query is expensive, but once it's cached it shouldn't be taking that long and i don't need to change the results for 24h (when I update my products everyday). I want to know the time of that query after the first usage.
  8. Hello, I'm having a problem with slow queries using the homecategoryplus module (checked enabling profiling). In the profiling stats it shows the query with SQL_NO_CACHE taking 2-3s each, however in the module code it's not forced to use sql_no_cache. I read the ExecuteS() function manual, and if nothing is specified it should default to use_cache=1. So why all the queries this module is doing are looking for not cached data?
×
×
  • Create New...