Re: Customer Picture in Order list and other part of Admin P
I figure it out just modify the model file public function getAVATAR($order_id) { $this->load->model('sale/order'); $this->load->model('sale/customer'); $order_info = $this->model_sale_order->getOrder($order_id); if (isset($order_info)) { $customer = $order_info['customer_id']; } $customer_info = $t...
Jump to post- Wed Aug 24, 2016 4:37 pm
- Replies 2
- Views 974
Re: Avatar at module/Account
I successfully Upload picture by 1 click only. First modify 3 part of catalog side. Controller side: File name: catalog/controller/module/account.php Add below: $this->load->language('module/account'); if (($this->request->server['REQUEST_METHOD'] == 'POST')) { $this->model_account_customer->editCus...
Jump to post- Wed Aug 24, 2016 4:28 pm
- Replies 2
- Views 1996
Re: Replace Add to cart button with View options
Hello, where can I find an answer?
Jump to post- Tue Aug 23, 2016 1:55 pm
- Replies 3
- Views 1657
Re: Customer Picture in Order list and other part of Admin P
I want to show AVATAR in Order list where Name of customer is show.Thanks for your Big Help Jump to post
- Thu Aug 18, 2016 5:38 pm
- Replies 2
- Views 974
Customer Picture in Order list and other part of Admin Page
Hello, hoping someone can help me. I have install this extension where In customer can Upload their Profile pictures I have added another column in oc_Customer (databade) for AVATAR. I want to show that photo to my Order list and other part of admin page. File Name: admin/model/sale/order.php I add ...
Jump to post- Thu Aug 18, 2016 5:28 pm
- Replies 2
- Views 974
Avatar at module/Account
Hello everyone, Hopefully someone is also interested on what I am doing. I have uploaded this extension: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=24004&filter_search=avatar It working great!!! as always... but I want to customize it so that photo is just ...
Jump to post- Sat Apr 02, 2016 4:57 pm
- Replies 2
- Views 1996
Re: Rewards Points and minimum needed before they can redeem
For you to set the minimum or Maximum used of Reward points For version 2.0X and above, I am using 2.0.2.0 Just add or Change in file : catalog/language/english/checkout/reward.php $_['error_maximum'] = 'Warning: The maximum number of points that can be applied is less than %s!'; $_['error_min'] = '...
Jump to post- Tue Mar 08, 2016 2:37 pm
- Replies 3
- Views 1512
Re: Payment instructions after purchase
Hello It works in my success page. Add this to your catalog/controller/checkout/success.php If you successfully change the controller file of your checkout success page just add this code in controller file. just bellow $data['totals'] = array(); $totals = $this->model_account_order->getOrderTotals(...
Jump to post- Sat Mar 05, 2016 2:41 pm
- Replies 5
- Views 2955
Re: Datepicker CSS style
<div class="bootstrap-datetimepicker-widget dropdown-menu bottom pull-right picker-open" style="display: block; position: absolute; bottom: auto; top: 1503px; left: auto; right: 19px;"><div class="datepicker"><div class="datepicker-days" style="display: b...
Jump to post- Fri Feb 26, 2016 2:05 pm
- Replies 6
- Views 2861
Re: Datepicker CSS style
viethemes wrote:I see the problem. To fix it you can find this code in that fileand replace withCode: Select all
data-format
Code: Select all
data-date-format
Hello
Its change the numerical date format to month(text) days and year format. but the datepicker still not showing.
Thank you for helping me Jump to post
- Fri Feb 26, 2016 1:59 pm
- Replies 6
- Views 2861
Re: Datepicker CSS style
Could you attach file catalog\view\theme\default\template\account\return_form.tpl, so we can take a look at the problem closer? hello thank you for the help. I attach the file already, I try to check it also in tpl file, but I think the css file has a problem. Calendar not showing but in script it ...
Jump to post- Tue Feb 23, 2016 1:48 pm
- Replies 6
- Views 2861
Re: Datepicker CSS style
<?php echo $header; ?> <div class="container"> <ul class="breadcrumb"> <?php foreach ($breadcrumbs as $breadcrumb) { ?> <li><a href="<?php echo $breadcrumb['href']; ?>"> <?php echo $breadcrumb['text']; ?></a></li> <?php } ?> </ul> <?php if ($error_warning) { ?> <div cl...
Jump to post- Tue Feb 23, 2016 1:46 pm
- Replies 6
- Views 2861
Datepicker CSS style
I hope someone have an idea on how can I fix the Date picker in my custom theme. I brought the theme last may 2015 to kuler themes (IOC7), its been a months since I found that the error is in the theme. i try to contact them but they dont respond in my inquiry. The date picker is functioning in JAVA...
Jump to post- Tue Feb 16, 2016 2:30 pm
- Replies 6
- Views 2861
For url_alias facebook like not save.
hello, I think I have successfully update my site to friendly Url, I change the .htaccess.txt to .htaccess only, Then I change the settings in admin- settings-settings. I change the catalog/controller/common/seo_url.php file already and I add the Url_alias I want Its all working fine except to faceb...
Jump to post- Sat Dec 26, 2015 10:33 am
- Replies 1
- Views 342
Re: Display total quantity of items store-front and back
hello just try this to add in admin/view/template/sale/order_info.tpl to show thw quantity of orders in product tab of sale-customer order add this before <?php foreach ($vouchers as $voucher) { ?> <?php $int=0;foreach ($products as $product) {$int = $int + (int)$product['quantity']; ?> <?php } ?> <...
Jump to post- Sat Dec 26, 2015 2:49 am
- Replies 1
- Views 2169
Re: Customer Image Management
Its should be like thatV2.0.2.0
Is my opencart account Jump to post
- Sat Nov 14, 2015 3:58 pm
- Replies 2
- Views 2681
Re: Customer Image Management
It also comes with VQMOD FILE. <?xml version="1.0" encoding="utf-8"?> <modification> <name>upload_image_in_Account</name> <code>UPIMGA0100</code> <version>1.0.0</version> <author>mash0028</author> <vqmver><![CDATA[2.5.1]]></vqmver> <file path="admin/controller/sale/customer....
Jump to post- Sat Nov 14, 2015 3:39 pm
- Replies 2
- Views 2681
Customer Image Management
Hello, I download this Extensions - Customer Image Management I am really looking forward to this extension, because I need customers photo, ID photo, Store Picture or Online Shop Screen shot to verify their membership as a Dealer. I actually look for same extension, I am willing to pay but extensio...
Jump to post- Sat Nov 14, 2015 3:37 pm
- Replies 2
- Views 2681
Re: A mod to set maximum reward points per checkout
hi for version 2.0.2.0 Find this in catalog/controller/checkout/reward.php $points_total = 0; foreach ($this->cart->getProducts() as $product) { if ($product['points']) { $points_total += $product['points']; } } Change the points_total=0 then The Points_total <= $product['points']; Like this $points...
Jump to post- Sat Nov 07, 2015 5:17 pm
- Replies 8
- Views 5900
Re: Shipping Flat Rate plus free - multiple geozones?
Hello try to download
X-Shipping in extension page.
Its free, maybe it works for your need.
- Wed Nov 04, 2015 4:33 pm
- Replies 5
- Views 2023