Search found 21 matches

Search found 21 matches

Re: Adding another text_greeting language text for order confirmation mail based on product model code

When i edit directly in order.tpl. Mail is sent and if i put that in XML mail is not sent. Also no errors or mail log from my webserver as well

Jump to post
  • Mon Nov 27, 2017 2:33 am
  • Replies 17
  • Views 1271
Re: Adding another text_greeting language text for order confirmation mail based on product model code

<file name="catalog/view/theme/default/template/mail/order.tpl"> <operation> <search position="replace"> <![CDATA[ <p style="margin-top: 0px; margin-bottom: 20px;"><?php echo $text_greeting; ?></p>]]> </search> <add> <![CDATA[ <?php if($product['model']=="BAY-0165&...

Jump to post
  • Sun Nov 26, 2017 11:55 pm
  • Replies 17
  • Views 1271
Re: Adding another text_greeting language text for order confirmation mail based on product model code

I was testing why the simple if else was not working. I am not insisting to change in core. Even this .tpl changes can be added to XML without touching core. So you are saying, if i add this changes in XML , will make work? I don't see the logic

Jump to post
  • Sun Nov 26, 2017 11:36 pm
  • Replies 17
  • Views 1271
Adding another text_greeting language text for order confirmation mail based on product model code

Hi, I am trying to add an condition in order.tpl file which will check specific product code and based on that it will select customized greeting message and sending this in to order confirmation mail to the customer. I executed the below changes via VQMOD but still it is catching old default greeti...

Jump to post
  • Sun Nov 26, 2017 10:03 pm
  • Replies 17
  • Views 1271
Re: SSL smtp problem

If i use tls:// and port 587.
Received following error
PHP Warning: stream_socket_enable_crypto(): Peer certificate CN=`server.dronozone.com' did not match expected CN=`smtp.gmail.com' in /home/adprpcim/public_html/system/library/mail.php on line 221

Jump to post
  • Tue Nov 14, 2017 10:11 pm
  • Replies 9
  • Views 8838
Re: SSL smtp problem

Hi Thanks I tried now. when i register it goes to blank page :( received following error 2017-11-14 14:05:54 - PHP Warning: fsockopen(): Failed to enable crypto in /home/adprpcim/public_html/system/library/mail.php on line 170 2017-11-14 14:05:54 - PHP Warning: fsockopen(): unable to connect to ssl:...

Jump to post
  • Tue Nov 14, 2017 10:07 pm
  • Replies 9
  • Views 8838
Re: SSL smtp problem

I am also facing the same issue. Did you try to get this fixed.

Jump to post
  • Tue Nov 14, 2017 9:35 pm
  • Replies 9
  • Views 8838
Re: Hide Dashboard view to usergroup on OC 2.0.3.1

I was searching to hide Dashboard Sales view for other user in Opencart 2.0.3.1 version but i couldn't find as such as like below. Can you help us on this one to handle? http://stackoverflow.com/questions/34102037/how-to-set-permission-for-dashboard-in-opencart-for-certain-users Thanks Thanks a lot...

Jump to post
  • Wed Nov 23, 2016 6:42 pm
  • Replies 2
  • Views 390
Hide Dashboard view to usergroup on OC 2.0.3.1

I was searching to hide Dashboard Sales view for other user in Opencart 2.0.3.1 version but i couldn't find as such as like below.

Can you help us on this one to handle?


http://stackoverflow.com/questions/3410 ... tain-users

Thanks

Jump to post
  • Wed Nov 23, 2016 3:37 pm
  • Replies 2
  • Views 390
Re: Related product product thumb irregular size

Ah just noticed you asked to adjust the height. Now adjusted to 150px. all looks fine. Thanks again IP_CAM. Much appreciated.

Jump to post
  • Sun Nov 06, 2016 1:22 am
  • Replies 7
  • Views 1332
Re: Related product product thumb irregular size

In the theme/template/product/product.tpl Page some lines below: <?php echo $tab_related; ?> find: <div class="caption"> and change to: <div class="caption" style="min-height:200px;"> to define a 'global' minimal 200 px.(or more/less) box height. Good Luck ;) Ernie Tha...

Jump to post
  • Sun Nov 06, 2016 1:11 am
  • Replies 7
  • Views 1332
Related product product thumb irregular size

Hi guys, my store is powered by oc 2.0.3.1. we have a design issue with related products section in every product pages. for eg., please see this product link https://goo.gl/wzvFSf you see at the bottom of the page related product section, product thumb boxes are not evenly aligned. some mismatch in...

Jump to post
  • Sun Nov 06, 2016 12:36 am
  • Replies 7
  • Views 1332
Re: All zones selection not found for geo zones

Hello, Has anyone found solution for this bug? I see one free extension is available for OC2.0.11 http://www.opencart.com/index.php?route=extension/extension/info&extension_id=21798 Attached vqmod xml but this is not working in OC2.2. Can someone help to make it work with OC2.2 please? Thank you...

Jump to post
  • Mon Aug 15, 2016 11:51 pm
  • Replies 5
  • Views 2432
customization in confirm order button call opencart

we need a quick fix for our slow loading confirm order button with our paypal payment method. When you click confirm order button in checkout, we need a text loading... on click event like add to cart loading button in product page of opencart. P.S : we are using ajax quick onepage checkout module. ...

Jump to post
  • Tue Jul 19, 2016 3:14 pm
  • Replies 2
  • Views 1013

Search found 21 matches