-
Content count
69 -
Joined
-
Last visited
Everything posted by keijom
-
Does anyone new Netaxept activities?
-
Can someone help? I need Netaxept module.
-
I get that error: "Field not numeric: 'Amount' Warning: Cannot modify header information - headers already sent by (output started at /home/PLAAAH/public_html/PLAAH/includes/modules/payment/netaxept_bbs.php:278) in /home/PLAAH/public_html/PLAAH//includes/functions/general.php on line 45" OS 2.3.1
-
Hi Would this module work with 2.3.1?
-
What is best Paypal module Os 2.3.1? Need only checkout, not any button. Paypal checkout is not valid, because "Payment Type Charge" not working.
-
I'm stupid. Now the module is working. Group settings were wrong. Thank you anyway.
-
The problem Sofort module installation. OsCommerce 2.3.1 The module shows the "admin panel". All information has been entered correctly. Also, the "Configuration key" works (tested). The module is not visible to customers. Why? This information is "admin panel": Activate sofort.de module True configuration key ************************************************** test configuration key Test is OK 01/17/2014 recommended payment method False Banner or text in the selection of payment methods Infographic Reason 1 -TRANSACTION- Reason 2 sitename Allowed zones (if empty, all zones) Payment zone - none - (all zones) the sort sequence 9
-
Stupid question. What is that? Module: Your Private Key Your Public Certificate PayPals Public Certificate Your PayPal Public Certificate ID Paypal give: Credential API Username API Password Signature
-
Yes Paypal express working. But I can not make the necessary settings (for exsample extra cost, if you are using Paypal). The question is, is there any other functional version?
-
Hi. How I can add this. Customer pays 3,5% extra if they use Paypal. I just tried it, 3,5% not working for Paypal express. Total not change! I use PayPal Express Checkout. I add "Payment Type Charge" paypal_express:0:%3. This working credit card and prepayment module. What I have to do. Thanks.
-
Thanks for the answer MrPhil. I know many pages (big) which take surcharge (in Germany). Surcharge is about 3,0-3,5%, They work from year to year! Transactions are differences: our shop: credit card = 0,35% depit and 0,90% credit (Transactions) Klarna = 2,0-2,5€ (Transactions) We move it to the customer --> 6e billing charge bank Transfer = Oe Last but not least --- PAYPALL!!! = 3,5% That is the problem!
-
Anybody help that issue?
-
Is there any solution to this?
-
Facebook comments plugin. Different every product 2.3.1
keijom posted a topic in General Add-Ons Support
Facebook comments plugin. Different every product 2.3.1. Download that file: http://addons.oscommerce.com/info/8615/v,23 Install it, but change "false" (oscommerse admin) I add that code in product_info.php <div> <?php include_once DIR_FS_CATALOG . DIR_WS_INCLUDES . '/modules/social_bookmarks/sb_comentario_p_articulo.php'; $sb_comentario_p_articulo = new sb_comentario_p_articulo(); $sb_comentario_p_articulo->getOutput(); ?> </div> just before that </form> <?php } require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> And then you must fix sb_comentario_p_articulo.php ?> <!-- Code generated on facebook --> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=YOURADDIPFACEBOOK"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <?php echo ' <div class="fb-comments" data-href="http://www.facebook.com/plugins/comments.php?href=' . urlencode(tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $HTTP_GET_VARS['products_id'], 'NONSSL', false)) . '&width=' . $width . '&height=235" data-num-posts='. "2" . ' data-width= $width></div>'; You can change heigt and post ect.. BUT MODERRAD NOT WORKING. I DONT KNOW WHY. MAYBE I DONT KNOW HOW IT WORKS. -
Facebook comments plugin. Different every product 2.3.1
keijom replied to keijom's topic in General Add-Ons Support
Now its working. Moderation works. Yeah. Must fixset template_top. Add facebook meta script here. And this is correct for sb_comentario_p_articulo: <?php echo ' <div class="fb-comments" data-href="' . urlencode(tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $HTTP_GET_VARS['products_id'], 'NONSSL', false)) . '' . $width . '" data-num-posts='. "2" . ' data-width= ></div>'; -
[Support Forum] Facebook comments, diferent box on each article - Distintos comentarios de facebook en cada articulo
keijom replied to joacsnchz's topic in General Add-Ons Support
I that same than early version? -
Facebook comments plugin. Different every product 2.3.1
keijom replied to keijom's topic in General Add-Ons Support
Maybe this problem is somewhere tha (I change red)?? <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2010 osCommerce Released under the GNU General Public License */ class sb_comentario_p_articulo { var $code = 'sb_comentario_p_articulo'; var $title; var $description; var $sort_order; var $icon = 'facebook.png'; var $enabled = false; function sb_comentario_p_articulo() { $this->title = MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_TITLE; $this->public_title = MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_PUBLIC_TITLE; $this->description = MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_DESCRIPTION; if ( defined('MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_STATUS') ) { $this->sort_order = MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_SORT_ORDER; $this->enabled = (MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_STATUS == 'True'); } } function getOutput() { global $HTTP_GET_VARS; $width = (MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_WIDTH == '450') ? '370' : '275'; $numposts = (MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_NUM_POSTS == '2') ? '5' : '10'; $app_id = MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_APP_ID; ?> <!-- Code generated on facebook --> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/fi_FI/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <?php echo ' <div class="fb-comments" data-href="http://www.facebook.com/plugins/comments.php?href=' . urlencode(tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $HTTP_GET_VARS['products_id'], 'NONSSL', false)) . '&width=' . $width . '&height=235" data-num-posts='. "2" . ' data-width= $width></div>'; } function isEnabled() { return $this->enabled; } function getIcon() { return $this->icon; } function getPublicTitle() { return $this->public_title; } function check() { return defined('MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_STATUS'); } function install() { tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Enable comments by article', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_STATUS', 'True', 'Do you want to enable comments by article module?', '6', '1', 'tep_cfg_select_option(array(\'True\', \'False\'), ', now())"); tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Width', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_WIDTH', '450', 'The module width on pixeles', '6', '0', now())"); tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Sort Orden', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_SORT_ORDER', '0', 'Define the order. Lowests are displayed first', '6', '0', now())"); tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Number of posts', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_NUM_POSTS', '2', 'Amount of posts showed', '6', '0', now())"); tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('APP ID', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_APP_ID', '0', 'Your application ID, facebook gives it.', '6', '0', now())"); } function remove() { tep_db_query("delete from " . TABLE_CONFIGURATION . " where configuration_key in ('" . implode("', '", $this->keys()) . "')"); } function keys() { return array('MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_STATUS', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_WIDTH', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_SORT_ORDER','MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_APP_ID', 'MODULE_SOCIAL_BOOKMARKS_COMENTARIO_POR_ARTICULO_NUM_POSTS'); } } ?> -
Different comment on each product (facebook plugin modify) - Support
keijom replied to joacosanchez's topic in General Add-Ons Support
Now it is working. I needed to fix some php. -
Different comment on each product (facebook plugin modify) - Support
keijom replied to joacosanchez's topic in General Add-Ons Support
It that works correct? Anyone? -
Different comment on each product (facebook plugin modify) - Support
keijom replied to joacosanchez's topic in General Add-Ons Support
Problem. Why "sosial plugin" makes product description two times?? Look pic http://imageshack.us/photo/my-images/834/probd.jpg/ http://imageshack.us/photo/my-images/834/probd.jpg/[/img] -
Is there any solution to this? How does this 3.5% increase Paypll Express succeed?
-
Can you show that post?
-
I dont find it..
-
This is also used in other pages.