Skip to content
Snippets Groups Projects
Commit a1471c18 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Version 1.0a: Oops, forgot to remove a line of debug code...

parent bf9aa790
Branches
Tags
No related merge requests found
......@@ -251,7 +251,6 @@ class plgVmCustomAcy_subscribe_Buyer extends vmCustomPlugin {
$customs = $customModel->getproductCustomslist ($item->virtuemart_product_id);
foreach ($customs as $field) {
if ($field->custom_element != $this->_name) continue;
print("<pre>Field : ".print_r($field,1)."<br>. this: ".print_r($this,1)."</pre>");
$subscribe = ($field->subscribe_buyers>=0)?($field->subscribe_buyers):($field->subscribe_buyers_default);
if (!$field->subscribe_buyers) continue;
// Add the user to the lists:
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment