Search found 64 matches

Search found 64 matches

Re: pp_express order status not being updated

OC: Version 2.0.2.0 I did not experience any such issue until 6 months ago. Orders paid using PayPal just don't update correctly anymore. I suspected that something on PayPal's side changed and PayPal is not returning the correct confirmation token to OpenCart and thus causing OpenCart to set the or...

Jump to post
  • Wed Aug 15, 2018 7:56 pm
  • Replies 8
  • Views 7629
Re: Problems after changes Hosting : failed to open stream

Please double-check your .htaccess file. It's likely your .htaccess file was overwritten or not replaced when you migrated from your previous hosting environment.

Jump to post
  • Tue Jul 25, 2017 6:36 pm
  • Replies 12
  • Views 47417
Re: Opencart Messy Image Manager, solution ????

Totally agree with IP_CAM. Some of these OC extensions are even more profitable (or should I say more cash positive since OC is free) than the OC project. So, we can complaint as much as we like, but when you don't actually pay for the software, you are really not entitled to any 'support', except f...

Jump to post
  • Mon Oct 31, 2016 4:46 pm
  • Replies 10
  • Views 1013
Re: How to 2.1.0.2 In order to display the customers telepho

No problem, happy selling!

HAO wrote:Thank you for your reply!
The problem has been solved!

Jump to post
  • Thu Mar 31, 2016 7:24 pm
  • Replies 3
  • Views 683
Re: How to 2.1.0.2 In order to display the customers telepho

Go to admin/view/template/sale/order_invoice.tpl Look for the line that says: <address> <?php echo $order['payment_address']; ?> <br><?php echo $order['email']; ?><br/> </address> Add the line <?php echo $order['telephone']; ?> So that it looks like this <address> <?php echo $order['payment_address'...

Jump to post
  • Thu Mar 31, 2016 7:11 pm
  • Replies 3
  • Views 683
Re: How to Apply Tax on Item Level Instead of Subtotal

Strangely, the proposed method did not work. In my case, Goods and Services Tax (GST) is 6%. Shipping is also taxed at 6%. Cart Content: Item 1: $9.90 (GST at 6% = $0.594 and should be rounded to $0.59) Item 2: $9.90 (GST at 6% = $0.594 and should be rounded to $0.59) Shipping: $6.00 (GST at 6% = $0...

Jump to post
  • Thu Mar 31, 2016 6:50 pm
  • Replies 9
  • Views 2281
Re: How to Apply Tax on Item Level Instead of Subtotal

Thanks Johnathan for your response. I will edit the code and see how it goes. I am not getting the right total anyway without the edit, so it's definitely worth a try. As stated previously, OpenCart does calculate tax on each individual item. However, it uses four decimal places to calculate the tax...

Jump to post
  • Mon Mar 28, 2016 1:40 pm
  • Replies 9
  • Views 2281
Re: How to Apply Tax on Item Level Instead of Subtotal

As imdeviper18 said to you, you can pick which products do have tax attached to them in the product / Data / class tax and then in Order totals you pick the logical order of how you want items to be displayed. Have a look at the documentation Here . If this is not how your Opencart do work somethin...

Jump to post
  • Fri Mar 11, 2016 3:53 pm
  • Replies 9
  • Views 2281
Re: How to Apply Tax on Item Level Instead of Subtotal

Hi, Opencart uses method 1 only. It applies taxes to each product and not on sub total. On admin side, you can assign tax class to each product and for each product taxes are calculated and summed up. And the net tax is displayed below sub total Thanks for your feedback. Apparently that's not the c...

Jump to post
  • Fri Mar 11, 2016 3:03 pm
  • Replies 9
  • Views 2281
How to Apply Tax on Item Level Instead of Subtotal

There are 2 ways of calculating VAT- Method 1) Applying VAT on each item Method 2) Applying VAT on the subtotal For my country in Malaysia, the VAT has to be calculated using Method 1. Consequently, the accounting (XERO) and billing (TradeGecko) software I use also uses Method 1 . Unfortunately, Ope...

Jump to post
  • Fri Mar 11, 2016 1:23 pm
  • Replies 9
  • Views 2281
Re: logout code?

This is a weird problem. I have multiple opencart stores under different domain names, but only one of it has this problem of not having a 'logout' button. The codes for catalog/view/theme/journal2/template/account is exactly the same. However, when I add <li><a href="<?php echo $logout; ?>&quo...

Jump to post
  • Sat Jan 09, 2016 11:14 pm
  • Replies 5
  • Views 2303
Re: customer e-mail and phone no. are not displaying in invo

Just a question, what if the payment address telephone & email is different from shipping address telephone & email?

Thanks,
YC

Jump to post
  • Tue Dec 29, 2015 1:53 pm
  • Replies 9
  • Views 4451
Re: Undefined variable: customer_group_id

OpenTeam, thank you very much for your prompt response! I have done as you've suggested, and so far, the error log seems to be in good mood- nothing is logged after 10 minutes. I got a good feeling that the issue has been resolved. However, I was doing some background check on the original file: cat...

Jump to post
  • Sat Jun 20, 2015 2:29 am
  • Replies 7
  • Views 2878
Re: Undefined variable: customer_group_id

Part Two of Two public function getProductSpecials($data = array()) { $sql = "SELECT DISTINCT ps.product_id, (SELECT AVG(rating) FROM " . DB_PREFIX . "review r1 WHERE r1.product_id = ps.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating FROM " . DB_PREFIX . "p...

Jump to post
  • Fri Jun 19, 2015 8:25 pm
  • Replies 7
  • Views 2878
Re: Undefined variable: customer_group_id

Hi OpenTeam, This is how my vqmod/vqcache/vq2-catalog_model_catalog_product.php looks like now: Part One of Two (Due to character limitations) <?php class ModelCatalogProduct extends Model { public function updateViewed($product_id) { $this->db->query("UPDATE " . DB_PREFIX . "product ...

Jump to post
  • Fri Jun 19, 2015 8:25 pm
  • Replies 7
  • Views 2878
Re: Undefined variable: customer_group_id

OpenTeam wrote:Hello,

The error is being generated as you still have the XML file in the folder /vqmod/xml/.

In order to sort it out, can you attach your vq2-catalog_model_catalog_product.php ?

Best Regards.

Thanks OpenTeam, in that case, I'll just do a sudo rm on it.

Jump to post
  • Tue May 26, 2015 4:57 pm
  • Replies 7
  • Views 2878
Re: order_info.tpl Undefined variable: totals

I understand you correctly, you have another problem, the orders can not be found? Adding the following line seems to have eradicated the issue of those zero total orders, further observation is required. $data['totals'] = array(); As for what you've mentioned about orders cannot be found, these or...

Jump to post
  • Tue May 26, 2015 4:55 pm
  • Replies 5
  • Views 1773
Undefined variable: customer_group_id

I am getting this in my error log: PHP Notice: Undefined variable: customer_group_id in /public/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 9 And the error is written each time a product is viewed, and by the end of the day, I have an error log of about 500Mbytes. So, I really need t...

Jump to post
  • Fri May 22, 2015 10:00 pm
  • Replies 7
  • Views 2878
Re: order_info.tpl Undefined variable: totals

Thanks pm-netti!
I have done that, basically just adding that line

Code: Select all

$data['totals'] = array();
to the function.

I will update again.

Thanks.

Jump to post
  • Fri May 22, 2015 9:56 pm
  • Replies 5
  • Views 1773
order_info.tpl Undefined variable: totals

Notice: Undefined variable: totals in mydomain/public/admin/view/template/sale/order_info.tpl on line 337 Warning: Invalid argument supplied for foreach() in mydomain/public/admin/view/template/sale/order_info.tpl on line 337 I am getting the above errors, not on all but on some of the 'Missing Ord...

Jump to post
  • Wed May 20, 2015 8:06 pm
  • Replies 5
  • Views 1773

Search found 64 matches