Email headers problem
Correct me if I am wrong but now the email headers don't have a 'Return-path:' attribute set and the emails that are not delivered are not bouncing back to the sender with an error.
Jump to post- Thu Jul 23, 2009 1:01 am
- Replies 2
- Views 924
Re: OpenCart v1.2.9
another concern of mine, it is rather a request to imporove functionality of the cart is:
when adding to cart a product with a larger quantity than the current stock of the product the quantity must be set by the system to the current stoc (maximum order quantity at the moment)
- Thu Jun 25, 2009 7:46 pm
- Replies 62
- Views 33140
Re: Parse time string include in backup.sql
this can be solved by adding conditions when the parse time to appear. hide when, backup, upload, ajax pages, etc.
Jump to post- Wed Jun 24, 2009 6:20 am
- Replies 2
- Views 1137
Re: OpenCart v1.2.9
I noticed that when uploading a picture with the same name as another, the old pic gets replaced.
Instead the new picture should have been uploaded by the system with a new name (ex: mypic[1].jpg)
- Wed Jun 24, 2009 6:10 am
- Replies 62
- Views 33140
Re: OpenCart v1.2.9
Copy json.php from system/library/json.php to system/helper/json.php and il will work. Jump to postsiluet wrote: while i try to upload an image, under admin/controller/catalog/image.php on line 25
$this->load->helper('json');
is trying to find json.php under helper directory.
- Wed Jun 24, 2009 6:07 am
- Replies 62
- Views 33140
Re: OpenCart v1.2.9
yes without json.php in system\helper\ the upload will not work Jump to postsiluet wrote:and there must be a json.php file under \upload\system\helper\ directory, but there isnt on v1.2.9
- Wed Jun 24, 2009 3:04 am
- Replies 62
- Views 33140
Re: SEO URL Rewrite 1.2.9
If you have to split the keywords up and you need to do a search for each keyword I did not understand what you mean here. It does not take 12 seconds!! It does. this code is talking 12+ seconds when generating the 10000 links of my store at every product save (admin/controller/catalog/product.php)...
Jump to post- Mon Jun 22, 2009 11:31 pm
- Replies 8
- Views 5003
Re: Where is the Romanian language pack?
am facut eu: http://forum.opencart.com/viewtopic.php ... 19&start=0 Jump to posttruedavi wrote:Daniel, that is Romanian I see listed as a language option on the web site, isn't it? Does it exist?
- Mon Jun 22, 2009 2:33 pm
- Replies 2
- Views 1620
Re: REQUEST: Romanian language pack
here: http://forum.opencart.com/viewtopic.php ... 19&start=0 Jump to postrejja wrote:Hy...where can i donload the Romanian language pack? Thanks
- Mon Jun 22, 2009 2:32 pm
- Replies 1
- Views 1220
Romanian language pack
Here is the Romanian language pack for opencart 1.2.9
- Mon Jun 22, 2009 2:27 pm
- Replies 0
- Views 1370
Re: OpenCart v1.2.9
for daniel and others interested. please take a look at this topic about the Seo URLs:
http://forum.opencart.com/viewtopic.php ... 18&start=0
- Mon Jun 22, 2009 2:14 pm
- Replies 62
- Views 33140
SEO URL Rewrite 1.2.9
Let's talk about the new SEO Url rewrite in v.1.2.9 Issues: 1. Not all links are passed through the Seo Url funtion 2. the url_alias table could use indexes at query and alias columns 3. site pages like 'route=account/create' , 'route=checkout/cart' etc should be added by default or addable in admin...
Jump to post- Mon Jun 22, 2009 2:12 pm
- Replies 8
- Views 5003
Re: OpenCart v1.2.9
what about this issue with the forgot password
http://forum.opencart.com/viewtopic.php ... =75#p21572
does anybody feel the same way?
- Mon Jun 22, 2009 1:59 pm
- Replies 62
- Views 33140
Re: OpenCart v1.2.9
Thx Daniel, please could you make a text field for each item, where customer can write down some info for each item in the next version? It could be an option for each item. But please I need it soo much! this option can be done by adding short_description column to product_description that can be ...
Jump to post- Mon Jun 22, 2009 1:56 pm
- Replies 62
- Views 33140
Re: OpenCart v1.2.9
My problem with the SEO URLs is in model_tool_seo_url->rewrite because the URL forms by $url_data['scheme'] . '://' . $url_data['host'] . '/' and this not includes the whole path correct way would have been: $url_data['scheme'] . '://' . $url_data['host'] . str_replace('index.php', '', localhost [pa...
Jump to post- Fri Jun 19, 2009 5:29 pm
- Replies 62
- Views 33140
Re: OpenCart v1.2.9
problems found: 1. the installer menu items are not bolded according to page. the 'Pre-Installation' item stays bold the whole time 2. the store homepage and anther pages seem to have bigger page load time 3. I have not managed to get the SEO urls to work. on a local wamp installation of the site th...
Jump to post- Fri Jun 19, 2009 2:43 pm
- Replies 62
- Views 33140
Admin Categories and Products
I would suggest that the admin category page should look something like this. top level cats with links to subcats, subcat count, and product count here are some prints: http://mariashop.ro/demo1/admin_categories.JPG http://mariashop.ro/demo1/admin_subcategories.JPG here is the model function that i...
Jump to post- Fri Jun 19, 2009 8:11 am
- Replies 0
- Views 1184
Re: Total: 0
this is another reason why total (and maybe subtotal) must not be editable in admin and must appear always (integrated in code) Jump to postDaniel wrote:try adding your sub-total back then the total will have something to calculate from.
- Fri Jun 19, 2009 7:17 am
- Replies 6
- Views 2367
Re: totals calculations
Well, the way it works now leaves room for mistakes and this order rule (total is last) is not specified. I think the 'total' must be not editable and calculated always after the other totals are processed. I personally don't think there is one store that has the total inactive or needs to order it....
Jump to post- Fri Jun 19, 2009 7:02 am
- Replies 2
- Views 986
customer table suggestion
doesn't the 'customer' table need to have the 'email' column as unique index?
Jump to post- Fri Jun 19, 2009 2:39 am
- Replies 1
- Views 1113