Page 1 of 1
Search found 18 matches
Re: Unable to get customer list
I installed Newsletter module and because of that module customer.php file in the model is replaced. I compare this file with the original OC installation file then i found changes in the code. Finally i replace the customer.php and added custom code made by newsletter module at the bottom of custom...
Jump to post- Fri Jul 20, 2012 12:57 pm
- Replies 2
- Views 1001
Unable to get customer list
Hi, Im using OC 1.5.3.1 When i go to the admin panel >> Sales >> Customers >> Customers, I am getting the following error. Notice: Error: Unknown column 'cg.name' in 'field list' Error No: 1054 SELECT *, CONCAT(c.firstname, ' ', c.lastname) AS name, cg.name AS customer_group FROM cart_customer c LEF...
Jump to post- Wed Jul 18, 2012 9:22 pm
- Replies 2
- Views 1001
Re: USPS price display issue
Finally got the solution, Hey guys this might help you. There are two rates for online shopping and for post office. I did the following changes, catalog/model/shipping/usps.php Line 34: $xml .= '<Service>ALL</Service>'; Replace with $xml .= '<Service>ONLINE</Service>'; And Line 379: $cost = $postag...
Jump to post- Thu Jun 21, 2012 3:31 pm
- Replies 3
- Views 956
Re: USPS price display issue
Thank you guys for Viewing this post and not giving any reply.. USPS Support team gives me the following reply.. Thank you for contacting the USPS® Internet Customer Care Center in regards to the quotes that you will receive. I will be more then happy to assist you. I am very sorry I wont be able to...
Jump to post- Thu Jun 21, 2012 2:12 pm
- Replies 3
- Views 956
Re: USPS price display issue
I gone thr the forum post. and I noticed that i have to call the USPS team and have to tell them im using third party software for my online shopping cart. I called them but they told me this price rate setting should be done at ur end only. Following is the reply given by USPS support team, Dear , ...
Jump to post- Mon Jun 18, 2012 3:36 pm
- Replies 3
- Views 956
Re: Remove Test Orders from Sales Report
Hi,
This issue is resolve in higher versions of OC..
- Mon Jun 18, 2012 1:50 pm
- Replies 7
- Views 2114
Re: Report section data is not updating
OK, Finally i came to know that this was the issue in OC version 1.5.1.3 and it is solved in the upgraded versions. Now im in the situation where i can not upgrade the version coz i have made too custom changes in the site. If i upgrade then this will affect my sites functionality. Is is possible to...
Jump to post- Wed Jun 13, 2012 9:02 pm
- Replies 1
- Views 504
Report section data is not updating
Hi, I have deleted the all order details from the Sales >> Orders . Now i don't have any single data with me but still it is showing records in the 1) Reports >> Sales >> Orders 2) Reports >> Sales >> Shipping. It is not updating the records from the Report section . If i am wrong, please let me kno...
Jump to post- Wed Jun 13, 2012 6:27 pm
- Replies 1
- Views 504
USPS price display issue
Hi all, I am using usps " Priority Mail Small Flat Rate Box " for shipping it is showing the price as " $5.35 at the Post Office " which is wrong. There should be " online price is $5.15 ". Can any one please guide me, what is the mistake? Is there any setting in to the USPS account? Thanx in advanc...
Jump to post- Wed Jun 13, 2012 3:21 pm
- Replies 3
- Views 956
Re: Remove Test Orders from Sales Report
Even im also facing the same problem.
Can anyone please tell me from which table should i delete the order entries?.
- Wed Jun 06, 2012 3:39 pm
- Replies 7
- Views 2114
Re: USPS Error Log Information
I am getting the same message in the Error Log.. I got the following message in the browser for front end and admin panel also, " Blocked by mod_slotlimit. More information about this error may be available in the server error log. " Then i check the error log..i found the above msg in error log. 20...
Jump to post- Thu May 10, 2012 1:31 pm
- Replies 3
- Views 1786
Re: Add Custom Fields To Products OpenCart 1.5.1
Thnx MrTech,
I used 'offset' function and it works fine.
- Wed May 02, 2012 1:09 pm
- Replies 52
- Views 98898
Re: Add Custom Fields To Products OpenCart 1.5.1
Hello, I am adding custom field. I have created VQmod XML file for it. everything is working fine add, update and delete but for following tpl file it is not working. To make this tpl work, i have directly edited the product_form.tpl and its working. But i want everything changes i made for custom a...
Jump to post- Tue May 01, 2012 11:02 pm
- Replies 52
- Views 98898
Re: Single product - Multiple price
Thanks - it works for me.
Jump to post- Fri Apr 27, 2012 10:11 pm
- Replies 2
- Views 389
Single product - Multiple price
Hello, Does anybody knows, How to add a product having different prices depending on size? example : product Round Box, having different sizes as follows, 1) Size 10x10 : price $10 2) Size 20x20 : price $20 3) Size 30x30 : price $30 Is there any module having such functionality? Thanks in advance..
Jump to post- Thu Apr 26, 2012 8:16 pm
- Replies 2
- Views 389
Re: USPS Flat Rate Boxes with Dimensions
what if i am having 1 small box and 2 Large box,
I want the output as,
1 * Priority Mail Small Flat Rate Box + 2 * Priority Mail Large Flat Rate Box
Cost = 1* $5.35 + 2* $15.45
Total Shipping Cost = $36.25
- Mon Apr 16, 2012 6:32 pm
- Replies 57
- Views 30570
Re: USPS Flat Rate Boxes with Dimensions
It is not the perfect solution.
take an exmple,
If my cart having 5 products having (3*3*11) so total space covred is 495 cubic.
495 is less than 514.25 so this 5 product logically fits inside the Medium Flat Rate Box.
But practically it is not possible.
- Wed Apr 11, 2012 10:36 pm
- Replies 57
- Views 30570
Re: Shipping Box Calculation Algorithm
Waiting for it....
Jump to post- Wed Apr 11, 2012 10:28 pm
- Replies 17
- Views 10563
Search found 18 matches