

crica
Members-
Content count
12 -
Joined
-
Last visited
Profile Information
-
Real Name
cris paulo
-
I have quickbooks import contribution installed and i need to know if its possible to integrate it with a payment gateway./ Since the payment will be prossed on the gateway, will this contribution get the data back from gateway after the payment is processed? How it works? Anybody know?? Thanks in advance!
-
I´m with you! Too much time without a silution. Just let me know. it cant take so long.
-
Hello I´m also having the same problem on saving prices and prefixes. Anyone found a solution to this? thanks!
-
help on "Actual Price in Pull Down Option Menu" to work also with radio buttons
crica replied to crica's topic in General Add-Ons Support
Hello, i still didnt find the solution...any php expert can help? Thanks! -
Hello, im not good in php.I only know copying and pasting following your directions. Anyway, the contrubution "Actual Price in Pull Down Option Menu" worked just fine on my drop down options. But i need it on radio buttons and i´ve installed another contrib "Option_Type_Feature_1.7.2" . i printed out codes, compared, but nothing. if isnt ask too much could you take a look at the code i have to radio buttons and tell me how to adapt it to Actual "Price in Pull Down Option Menu" contrib? Thanks a lot! case PRODUCTS_OPTIONS_TYPE_RADIO: //CLR 030714 Add logic for radio buttons $tmp_html = '<table>'; $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . $products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . $languages_id . "'"); $checked = true; while ($products_options_array = tep_db_fetch_array($products_options_query)) { $tmp_html .= '<tr><td class="main">'; $tmp_html .= tep_draw_radio_field('id[' . $products_options_name['products_options_id'] . ']', $products_options_array['products_options_values_id'], $checked); $checked = false; $tmp_html .= $products_options_array['products_options_values_name'] ; $tmp_html .=$products_options_name['products_options_comment'] ; if ($products_options_array['options_values_price'] != '0') { $tmp_html .= '(' . $products_options_array['price_prefix'] . $currencies->display_price($products_options_array['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') '; } $tmp_html .= '</tr></td>'; } $tmp_html .= '</table>'; ?> <tr> <td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td> <td class="main"><?php echo $tmp_html; ?></td> </tr> <?php break;
-
automatically updates the price on product info with attributes
crica posted a topic in General Add-Ons Support
Hello, I just installed ajax contrib and it looks very good! anyway, i´d like that the price on product info page is automatically updated , when select different attributes (with different prices) on the drop down attrib menu. Actually i have 2 attribution drop down, and i wanted the price to changed when we select different options of attributs. just like this link: http://www.yolocolorhouse.com/xcart/produc...at=2&page=1 Does ajax do this, or im loosing something? someone knows any other contrib that do this? -
Hello, did anyone find any solution to this? i?m having the same problem, after the order is processed by payflow, it isnt stored on oscommerce admin panelor even emailed. Pls, help!!!!