If I do copy the "handling" to the "low_order" module and change the "handling" with "low_order" the module does not even show up during checkout.Qphoria wrote:yea thats fixed too. just edit the low_order file in catalog/model/total/low_order
and replace the copy/paste of "handling" with "low_order"
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I have updated to 1.4.7 two weeks ago and everything worked fine until today... I was trying to place an additional image right into the product's description and instead of using the new picture management (which I love by the way) I just used the the "insert image button" in the top of the wysiwyg editor (see the attachment). After browsing the file and hitting "Send it to the Server" button, nothing happened. After this I used the new picture management system to upload the additional image to be placed in the product's description, however once I hit save the product(s) do not show in the front store. They can be found in the admin area, but not in the front end of the store. Tried to ad other products, same looks like they are added and the message says "Success: You have modified products!" - but they do not show in the store, only in the admin area. Would greatly appreciate your help.
I still cannot see what you are talking about.Qphoria wrote:that is not what I said.
edit catalog/model/total/low_order
remove all words that say "handling" with "low_order"
This is the code:
Code: Select all
<?php
class ModelTotalLowOrderFee extends Model {
public function getTotal(&$total_data, &$total, &$taxes) {
if ($this->config->get('low_order_fee_status') && ($this->cart->getSubTotal() < $this->config->get('low_order_fee_total'))) {
$this->load->language('total/low_order_fee');
$this->load->model('localisation/currency');
$total_data[] = array(
'title' => $this->language->get('text_low_order_fee'),
'text' => $this->currency->format($this->config->get('low_order_fee_fee')),
'value' => $this->config->get('low_order_fee_fee'),
'sort_order' => $this->config->get('low_order_fee_sort_order')
);
if ($this->config->get('low_order_fee_tax_class_id')) {
if (!isset($taxes[$this->config->get('low_order_fee_tax_class_id')])) {
$taxes[$this->config->get('low_order_fee_tax_class_id')] = $this->config->get('handling_fee') / 100 * $this->tax->getRate($this->config->get('low_order_fee_tax_class_id'));
} else {
$taxes[$this->config->get('low_order_fee_tax_class_id')] += $this->config->get('handling_fee') / 100 * $this->tax->getRate($this->config->get('low_order_fee_tax_class_id'));
}
}
$total += $this->config->get('low_order_fee_fee');
}
}
}
?>
Code: Select all
if ($this->config->get('low_order_fee_tax_class_id')) {
if (!isset($taxes[$this->config->get('low_order_fee_tax_class_id')])) {
$taxes[$this->config->get('low_order_fee_tax_class_id')] = $this->config->get('handling_fee') / 100 * $this->tax->getRate($this->config->get('low_order_fee_tax_class_id'));
} else {
$taxes[$this->config->get('low_order_fee_tax_class_id')] += $this->config->get('handling_fee') / 100 * $this->tax->getRate($this->config->get('low_order_fee_tax_class_id'));
}
}
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
my issue fixed itself (no idea how) - feel free to delete this post along with the one above in this thread. Thanks.
VladZablotskyy wrote:New products do not show in the store front....
I have updated to 1.4.7 two weeks ago and everything worked fine until today... I was trying to place an additional image right into the product's description and instead of using the new picture management (which I love by the way) I just used the the "insert image button" in the top of the wysiwyg editor (see the attachment). After browsing the file and hitting "Send it to the Server" button, nothing happened. After this I used the new picture management system to upload the additional image to be placed in the product's description, however once I hit save the product(s) do not show in the front store. They can be found in the admin area, but not in the front end of the store. Tried to ad other products, same looks like they are added and the message says "Success: You have modified products!" - but they do not show in the store, only in the admin area. Would greatly appreciate your help.
i2Paq wrote:I still cannot see what you are talking about.Qphoria wrote:that is not what I said.
edit catalog/model/total/low_order
remove all words that say "handling" with "low_order"
I changed, removed and whatever else that even remotely looks like handling, the only one I can find is:Whatever I make of it, it still does not work.Code: Select all
if ($this->config->get('low_order_fee_tax_class_id')) { if (!isset($taxes[$this->config->get('low_order_fee_tax_class_id')])) { $taxes[$this->config->get('low_order_fee_tax_class_id')] = $this->config->get('handling_fee') / 100 * $this->tax->getRate($this->config->get('low_order_fee_tax_class_id')); } else { $taxes[$this->config->get('low_order_fee_tax_class_id')] += $this->config->get('handling_fee') / 100 * $this->tax->getRate($this->config->get('low_order_fee_tax_class_id')); } }
Just change "handling_fee" to "low_order_fee_fee"
Reason: Added to the confirmed bugs on page 1
Catalog/language/english/checkout/confirm.php - Line 33 or so : it\’s usage limit > should be its
Offered in spirit of helping, not criticism....

There seems to be a problem with the newsletter subscription. Customers seem to recieve the newsletter even if they are not subscribed to it. Is there a fix for it or is it still unsolved.
Thanks
Site finished:
http://www.labelstogo.co.uk
I've tested this back in 1.4.0 and again just now with 1.4.7. There is no bug that I can see. I have 5 customers. 2 have newsletter checked. 3 do not. I send an email to newsletter only customers and I step it through the debugger. It only sends an email to the 2 customers that have newsletter checked. The other 3 do not. Perhaps this was fixed a while back and you are using an old versiondannydaman9 wrote:Hi I've had a quick flick through the forum and this seems to be unsolved so far.
There seems to be a problem with the newsletter subscription. Customers seem to recieve the newsletter even if they are not subscribed to it. Is there a fix for it or is it still unsolved.
Thanks
Enabled the Specials block and set the quantity to 3 but it's not limiting how many are shown in the block.
Am I missing something?
Attachments
Specials Block - 2010-05-22_03-28.jpg (28.6 KiB) Viewed 7036 times
Specials - 2010-05-22_03-27.jpg (15.9 KiB) Viewed 7036 times
Brad G
Granbury, Texas
OC 1.5.6.4
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Because if it's this 'fix' it didn't fix my problem.
http://forum.opencart.com/viewtopic.php?p=65131#p65131
Brad G
Granbury, Texas
OC 1.5.6.4
2. FIND:
Code: Select all
$results = $this->model_catalog_product->getProductSpecials($this->config->get('special_limit'));
Code: Select all
$results = $this->model_catalog_product->getProductSpecials('pd.name', 'ASC', 0, $this->config->get('special_limit'));
Reason: Added to the confirmed bugs on page 1
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
No problemQphoria wrote:Yes it is a bug that was found a few weeks ago in the main bug thread. I just didn't feel like finding it

I've added the solution to the first page and merged the topics.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
It should either show the latest sale/specials additions or random rotation.
Brad G
Granbury, Texas
OC 1.5.6.4
Users browsing this forum: No registered users and 25 guests