Re: WhatsApp Chat
wouldnt it be smarter to run a fake number true the api so you can turn it off on vacation or whatever and hide the number in a db-table. now the number is open for all to use with the api call so in plain language for instance create a dubline account with number and use that number in the api req...
Jump to post- Thu Apr 30, 2020 4:17 pm
- Replies 2
- Views 185
WhatsApp Chat
i added a simple line of code in header.twig at line 59 and now on both PC and Android devices customers can contact me via my WhatsApp number. i hope it helps someone else! <li> <a href="https://api.whatsapp.com/send?phone=1234567890&text=hi! I have a question?">WhatsApp Chat?</a> </li> its so slic...
Jump to post- Fri Apr 17, 2020 5:37 pm
- Replies 2
- Views 185
Re: How can i add a space between price and currency
thanks,florinsith wrote: ↑Thu Apr 12, 2012 8:32 pmIn admin, when you insert the currency simbol, first leave a space before it( _RON , where the underline is a space.)
simple, easy and clean solution! Jump to post
- Fri Jan 24, 2020 9:01 pm
- Replies 5
- Views 2579
Re: is someone trying to hack me?
i guessed so. but not quite sure.
thanks anyway
- Fri Oct 04, 2019 11:10 pm
- Replies 2
- Views 444
is someone trying to hack me?
hi ive got this in my visitors log IP Customer Referer Last Page Visited 37.252.14.32 guest https://mydomain.com/wpbackup.zip http://mydomain.com/wpbackup.zip i dont have such path or file in my site. is this "panic time" plz?
Jump to post- Fri Oct 04, 2019 6:18 pm
- Replies 2
- Views 444
Re: Total sales with specific order status
i couldn't resist that "question mark" so i checked again!
and i "swear" this is in
admin\model\extension\dashboard\sale.php Jump to post
- Thu Sep 12, 2019 12:41 am
- Replies 2
- Views 281
Total sales with specific order status
from beginning of ICE AGE(!!!), i always dreamed of having total sales of orders with "Completed" status up on the roof of the Dashboard. this is how i did it on OC 3.0.2.0. from admin\model\extension\dashboard\sale.php find this at line 3 public function getTotalSales($data = array()) { $sql = "SEL...
Jump to post- Wed Sep 11, 2019 8:04 pm
- Replies 2
- Views 281
Re: Change the columns number
Opencart 2 and 3 are different, the way I described is for version 3 only. You can have 1, 2, 3, 4 and 6 columns. These limitations reflect the actual CSS framework, it is still possible to obtain more combinations, but that involves a deeper understanding of CSS. For example, in 3.x, this is the p...
Jump to post- Thu Sep 05, 2019 3:26 pm
- Replies 4
- Views 1545
Re: How to insert Hyperlink in product attribute?
edit: admin/model/catalog/product.php find 2 X occurrences of foreach ($product_attribute['product_attribute_description'] as $language_id => $product_attribute_description) { add after both occurrences $product_attribute_description['text'] = html_entity_decode($product_attribute_description['text...
Jump to post- Fri Aug 23, 2019 7:51 pm
- Replies 13
- Views 7078
Re: cutting off product name from breadcrumb on product page
You can remove this from catalog/controller/product/product.php (line 212) $data['breadcrumbs'][] = array( 'text' => $product_info['name'], 'href' => $this->url->link('product/product', $url . '&product_id=' . $this->request->get['product_id']) ); from now on i have a different mindset about a "VIR...
Jump to post- Fri Aug 23, 2019 5:39 pm
- Replies 15
- Views 1265
Re: cutting off product name from breadcrumb on product page
thank you all for your "non commercial" support! here i admit that i used to be a software developer for sometime and i know how it feels to make a living with 10 hours and more F5-ing and debugging line by line in front of a monitor and of course i appreciate their work. but there are many thing be...
Jump to post- Fri Aug 23, 2019 5:19 pm
- Replies 15
- Views 1265
Re: cutting off product name from breadcrumb
i dont know how! Jump to post
- Thu Aug 22, 2019 12:56 am
- Replies 15
- Views 1265
Re: cutting off product name from breadcrumb
i found something working here for OC 2 https://forum.opencart.com/viewtopic.php?t=175516 this is the block of code in my product.twig that generates the breadcrumb <ul class="breadcrumb"> {% for breadcrumb in breadcrumbs %} <li><a href="{{ breadcrumb.href }}">{{ breadcrumb.text }}</a></li> {% endfo...
Jump to post- Thu Aug 22, 2019 12:41 am
- Replies 15
- Views 1265
cutting off product name from breadcrumb on product page
hi
im using OC 3.0.2.0. most of my products has a very long name and i need to have the last piece of breadcrumbs in "product page" to be cut off.
any suggestion plz.
thanks.
- Wed Aug 21, 2019 9:48 pm
- Replies 15
- Views 1265
Re: Product sorting by products ID
After making each changes, ensure to clear your OC cache from the admin - > dashboard - > blue square icon and from your admin - > extensions - > modifications - > refresh button. thank you very much. this piece of code if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; ...
Jump to post- Wed Aug 21, 2019 1:08 am
- Replies 9
- Views 7106
Re: Contact Form not Sending 3.0.2.0 Solution
i had the same problem and this is how it solved:
the email entered in system-->setting-->store must be same as the one in system-->setting-->email.
then i works either using "-f something@example.com" or SMTP.
hope it helps.
- Wed Aug 21, 2019 12:04 am
- Replies 41
- Views 6422
Re: Blank contact success page
Just add this line before $data['continue'] = $this->url->link('common/home'); in public function success() { from catalog/controller/information/contact.php $data['text_message'] = $this->language->get('text_success'); Work without problems. LE. Or just replace file in controller... thanks a lot! ...
Jump to post- Mon Aug 19, 2019 9:42 pm
- Replies 54
- Views 45085
Re: changing default product image
after switching the whole site to SSL, now new default product image is on pages.
i admit there is no direct correlation!
maybe time passing or something else solved the issue temporarily!
thanks anyway
- Thu Aug 15, 2019 11:34 pm
- Replies 14
- Views 1333
Re: changing default product image
changing the placeholder.png to "placeholder_2.png"
result:
shows no image "at all" for the products that are "photo-less"(!!!).
just the product title. and some text.
renaming to placeholder.png:
shows old thumbs again!
- Thu Aug 08, 2019 8:46 pm
- Replies 14
- Views 1333
Re: changing default product image
for the goal of testing your idea that the source of my problem is my browser: i used a fresh installed virtual machine hosting a windows 7(i swear!). then i cleared OC cache form dashboard and also VQ cache. deleted all thumbs from root/image/cache. then i visited my store. again showing old thumbs...
Jump to post- Thu Aug 08, 2019 7:54 pm
- Replies 14
- Views 1333