Search found 13 matches

Page 1 of 1

Search found 13 matches

Re: Deactivating Free shipping if weight of Cart is >= 25kg

Thanks pprmkr, It works perfectly, Thanks, can you please send me your contact, I have a job for you, send your email address to clementcrownrise@gmail.com..


Thanks one more time

Jump to post
  • Fri Mar 29, 2013 3:22 pm
  • Replies 15
  • Views 1976
Re: Deactivating Free shipping if weight of Cart is >= 25kg

<?php class ModelShippingFree extends Model { function getQuote($address) { $this->load->language('shipping/free'); $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "zone_to_geo_zone WHERE geo_zone_id = '" . (int)$this->config->get('free_geo_zone_id') . "' AND countr...

Jump to post
  • Fri Mar 29, 2013 3:16 pm
  • Replies 15
  • Views 1976
Re: Deactivating Free shipping if weight of Cart is >= 25kg

<?php class ModelShippingFree extends Model { function getQuote($address) { $this->load->language('shipping/free'); $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "zone_to_geo_zone WHERE geo_zone_id = '" . (int)$this->config->get('free_geo_zone_id') . "' AND countr...

Jump to post
  • Fri Mar 29, 2013 2:31 pm
  • Replies 15
  • Views 1976
Re: Deactivating Free shipping if weight of Cart is >= 25kg

you mean i should add

if ( $this->cart->getWeight() >= 25 ) {
$status = false;
}

after this code

if ($this->cart->getSubTotal() < $this->config->get('free_total')) {
$status = false;
}


am i right?

Jump to post
  • Fri Mar 29, 2013 1:37 am
  • Replies 15
  • Views 1976
Re: Deactivating Free shipping if weight of Cart is >= 25kg

I mean

if ($weight of cart in kg) is >= 25kg {

(free shipping display option)= false

}

above is the algorythim, but i need it in pure php ,

Jump to post
  • Fri Mar 29, 2013 12:01 am
  • Replies 15
  • Views 1976
Specification Section not showing on my Opencart website

Hi, I need help , I have an opencart store, I just noticed that the Description section for product is not showing, how can I make this to show?

Please help.

Jump to post
  • Thu Mar 28, 2013 8:57 pm
  • Replies 0
  • Views 279
Re: Deactivating Free shipping if weight of Cart is >= 25kg

Thanks Johnathan, but does 25:0.00 means when the weight is 25, the price should be zero, what i want is this, I want the free shipping option to disappear whenever the weight of the cart is => than 25kg, I want something like this if ($weight in kg) is >= 25kg { (free shipping weight display option...

Jump to post
  • Thu Mar 28, 2013 8:07 pm
  • Replies 15
  • Views 1976
Deactivating Free shipping if weight of Cart is >= 25kg

Hi Everyone,

I need help on my opencart site,

I have free shipping and weight based shipping enabled, now,I want the free shipping to disappear or to be inactive when the weight of the cart is equal to or more than 25kg.

your quick response will be appreciated.

Thanks

Jump to post
  • Thu Mar 28, 2013 4:09 pm
  • Replies 15
  • Views 1976
Help Me, how do i fix this error?

I just installed a new theme, now I am having a problem, whenever a customer checks out, the below error is displayed, how do i fix it? Notice: Error: Could not load template C:\xampp\htdocs\nowahala/catalog/view/theme/default/template/checkout/simplecheckout_shipping.tpl! in C:\xampp\htdocs\nowahal...

Jump to post
  • Mon Feb 25, 2013 10:44 pm
  • Replies 2
  • Views 512
Re: Front Store works perfectly, but Admin gives an error

Yeah, Thanks victorj, I didnt edit the config file very well, it is working perfecly now, but i still have another issue, when i try to click on any of the inner pages, i mean product pages, it displays this error Fatal error: Class 'Controllermodulefilterpro' not found in C:\xampp\htdocs\worldmart\...

Jump to post
  • Tue Feb 12, 2013 8:13 pm
  • Replies 3
  • Views 184
Front Store works perfectly, but Admin gives an error

Please Help me, I downloaded an opencart website from the host online, and I set it up on my system, i set up the database and everyother things, the front section of the site, that is the store works perfectly, but the admin section doesnt work, it gives error below are the errors, please does anyo...

Jump to post
  • Mon Feb 11, 2013 6:38 pm
  • Replies 3
  • Views 184

Page 1 of 1

Search found 13 matches