-
Content count
4,727 -
Joined
-
Last visited
-
Days Won
71
multimixer last won the day on August 29 2017
multimixer had the most liked content!
About multimixer
-
Rank
Lemons or Melons ?
- Birthday 04/03/1969
Profile Information
-
Real Name
George Zarkadas
-
Gender
Male
-
Location
Greece
- Website
-
Skype
multi.mixer
-
-
-
Making Color changes to your site
multimixer replied to JcMagpie's topic in Next Steps / Optimizations / Marketing
Look at my edit on previous post please -
Making Color changes to your site
multimixer replied to JcMagpie's topic in Next Steps / Optimizations / Marketing
Try to add following additional to the rules you added .btn-success, .btn-success:hover{ background-image:none; } Edit Looking further, the reason for the problem is following link to a css file that comes after the link to the user.css file in your template_top.php <link href="ext/bootstrap/spacelab/bootstrap.min.css" rel="stylesheet"> Why you have this is something only you know, I believe however that user.css should be the last one linked in order to overwrite any previous rules -
-
-
-
Support thread for JcM Product info Share or Contact CE BS4/BS3
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
Ουκ εν τω πολλώ το ευ, αλλ’ εν τω ευ το πολύ. Aristoteles -
Support thread for JcM Product info Share or Contact CE BS4/BS3
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
Any evidence for that? Uploading addons are not the only way to support the project. From there on, the author is responsible for what he is uploading, pointing out (possible) mistakes has the purpose of making the product - the addon - better. Its up to the author to take advice or not. -
-
-
-
-
Support thread for JcM Product info Share or Contact CE BS4/BS3
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
I'm wondering why this module has database query for product attributes, it has nothing to do with attributes ? $products_attributes_query = tep_db_query("select count(*) as total from products_options popt, products_attributes patrib where patrib.products_id='" . (int)$_GET['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "'"); $products_attributes = tep_db_fetch_array($products_attributes_query); Can you explain ? -
Support thread for JcM Product info Stock CE
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
I have enough proof for what I say. What you do is a very bad business practice, however not relevant for the most Only relevant point here and request fro my side is: Please correct the code you uploaded because it is simply not correct- 35 replies
-
- support thread
- jcm
- (and 4 more)
-
Support thread for JcM Product info Stock CE
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
You are not the first one here trying to promote your self as a "great contributor" and "active community member" while fishing for clients - trash talking at the same time other peoples work Please correct the bad piece of code you uploaded. You are responsible for that- 35 replies
-
- support thread
- jcm
- (and 4 more)
-
Support thread for JcM Product info Stock CE
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
No, you may not. The add-ons area is not "your business" Please correct t the piece of code you uploaded- 35 replies
-
- support thread
- jcm
- (and 4 more)
-
Support thread for JcM Product info Stock CE
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
Its not the point about a "better alternative", its about your responsibility If you like what you are producing, then you can keep doing and use it for your self. Uploading for others to use, require at least some basic responsibility and attention There is already more than enough crap in the addons area, lets try not to make it more, its in your hand- 35 replies
-
- support thread
- jcm
- (and 4 more)
-
-
Support thread for JcM Product info Stock CE
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
function execute() { global $oscTemplate, $product_info; $content_width = (int)MODULE_CONTENT_PI_STOCK_CONTENT_WIDTH; if (isset($_GET['products_id'])) { if (tep_not_null($product_info['products_model'])) { $products_model = $product_info['products_model']; ob_start(); include('includes/modules/content/' . $this->group . '/templates/tpl_' . basename(__FILE__)); $template = ob_get_clean(); $oscTemplate->addContent($template, $this->group); } } }- 35 replies
-
- support thread
- jcm
- (and 4 more)
-
Support thread for JcM Product info Stock CE
multimixer replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
Are you checking what you are uploading? I'm not sure taking your last one as an example function execute() { global $oscTemplate, $product_info, $products, $manufacturer, $languages_id; $content_width = (int)MODULE_CONTENT_PI_STOCK_CONTENT_WIDTH; if (isset($_GET['products_id'])) { $manufacturer_query = tep_db_query("select m.manufacturers_id, m.manufacturers_name, m.manufacturers_image, mi.manufacturers_url from " . TABLE_MANUFACTURERS . " m left join " . TABLE_MANUFACTURERS_INFO . " mi on (m.manufacturers_id = mi.manufacturers_id and mi.languages_id = '" . (int)$languages_id . "'), " . TABLE_PRODUCTS . " p where p.products_id = '" . (int)$_GET['products_id'] . "' and p.manufacturers_id = m.manufacturers_id"); if (tep_db_num_rows($manufacturer_query)) { $manufacturer = tep_db_fetch_array($manufacturer_query); if (tep_not_null($product_info['products_model'])) { $products_model = $product_info['products_model']; $product_description = stripslashes($product_info['products_description']); $products_quantity = stripslashes($product_info['products_quantity']); $products_name = stripslashes($product_info['products_name']); $products_url = stripslashes($product_info['products_url']); $products_gtin = stripslashes($product_info['products_gtin']); $products_seo_description = stripslashes($product_info['products_seo_description']); $products_seo_keywords = stripslashes($product_info['products_seo_keywords']); $manufacturers_image = stripslashes($manufacturer['manufacturers_image']); ob_start(); include('includes/modules/content/' . $this->group . '/templates/tpl_' . basename(__FILE__)); $template = ob_get_clean(); $oscTemplate->addContent($template, $this->group); } }}} What has all that stuff to to with the products model display ? Please put at least some basic attention to what you are uploading- 35 replies
-
- support thread
- jcm
- (and 4 more)
-
-
One more live price update available here
- 10 replies
-
- option types
- attributes input field
-
(and 2 more)
Tagged with:
-
-
@mairei Das kann leicht gemacht werden, hier ist ein Beitrag wo das Schritt für Schritt erklärt ist: http://multimixer.gr/17/01/2011/change-the-width-of-your-oscommerce-store/
-
Report or tool to show when product was sold
multimixer replied to 14steve14's topic in General Support
I did something similar a while back. The modification allow to see and export all customers who ordered a product http://multimixer.gr/23/10/2015/export-orders-per-product-the-easy-way/ -
-
-
@radhavallabh This is not a addon but a module I created for one of my clients. You can contact via pm for more information