Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Petness

Pioneers
  • Posts

    27
  • Joined

  • Last visited

Posts posted by Petness

  1. Hello.

     

    Once more we are having a problem to integrate this add-on (that we love!) with another function... this time is PayPal. When the costumer chooses to pay with PayPal the Reward Points are not attributed neither discounted, as if there was not be made any order. With all other payment methods, this add-on works perfectly. Can someone help please? If there's already a post about this can someone indicate me where? Thanks!

  2. alguém tem o módulo MB para instalação? Obrigada! 2.gif

     

     

    Olá! Instalei o módulo Mb através dos ficheiros disponibilizados pela IfThen, empresa a quem contratei o serviço. Não deram instruções, é preciso alterar os ficheiros um a um mas a informação está completa. infelizmente fiquei com um pequeno conflito (como expliquei no post acima)... Já conseguiste resolver o teu problema? Se puder ajudar diz...

  3. Hi!

    I have this Points/Rewards module installed in my shop fior a while and working fine. But now i just installed a new payment module (Multibanco/ATM) and ther's some problem with this 2 modules working together...

    Multibanco module is working perfectly, unless the costumer discounts Reward Points. In this case the Multibanco Reference for payment is not showing in checkou_success page neither by email. If the costumers dosn't discount Points everything works fine with Multibanco module (in checkout_success appears the reference and amount to pay).

     

    It's very strange.. i already checked all the files and there's no mistake, it seems to be a conflict but i don't know how to fix it..... if someone has an idea i'd really appreciate!

     

    When costumers select payment method MULTIBANCO/ATM this is the difference depending on Reward/Points selection or not:

     

    Checkout_Success when costumer DON'T DISCOUNT Points (everything OK):

     

    post-194836-0-29403600-1336043733_thumb.jpg

     

    Checkout_Success when costumer DISCOUNT Points (not showing Multibanco data):

    post-194836-0-34746000-1336043726_thumb.jpg

     

    Thanks!

     

    Completing the information about my problem above... the MULTIBANCO MODULE works fine even when Points are discounted because i do see the reference to payment in the admin page. So the refª is generated with the correct amount for that order. The problem is that the costumer is not seeing those references on checkout_succes or receiving them by email, that's all. So i suppose that this is a small bug but can't figure it out!

  4. Completing the information about my problem above... the MULTIBANCO MODULE works fine even when Points are discounted because i do see the reference to payment in the admin page. So the refª is generated with the correct amount for that order. The problem is that the costumer is not seeing those references on checkout_succes or receiving them by email, that's all. So i suppose that this is a small bug but can't figure it out!

  5. Hi!

    I have this Points/Rewards module installed in my shop fior a while and working fine. But now i just installed a new payment module (Multibanco/ATM) and ther's some problem with this 2 modules working together...

    Multibanco module is working perfectly, unless the costumer discounts Reward Points. In this case the Multibanco Reference for payment is not showing in checkou_success page neither by email. If the costumers dosn't discount Points everything works fine with Multibanco module (in checkout_success appears the reference and amount to pay).

     

    It's very strange.. i already checked all the files and there's no mistake, it seems to be a conflict but i don't know how to fix it..... if someone has an idea i'd really appreciate!

     

    When costumers select payment method MULTIBANCO/ATM this is the difference depending on Reward/Points selection or not:

     

    Checkout_Success when costumer DON'T DISCOUNT Points (everything OK):

     

    post-194836-0-29403600-1336043733_thumb.jpg

     

    Checkout_Success when costumer DISCOUNT Points (not showing Multibanco data):

    post-194836-0-34746000-1336043726_thumb.jpg

     

    Thanks!

  6. 1) in admin 2gether.php remove the exclude queries like:

     

    $excludes_array1 = array();

    // $exclude_query1 = tep_db_query("select product_1_id from " . TABLE_2GETHER);

    // while ($excludes1 = tep_db_fetch_array($exclude_query1)) {

    // $excludes_array1[] = $excludes1['product_1_id'];

    // }

    $excludes_array2 = array();

    // $exclude_query2 = tep_db_query("select product_2_id from " . TABLE_2GETHER);

    // while ($excludes2 = tep_db_fetch_array($exclude_query2)) {

    // $excludes_array2[] = $excludes2['product_2_id'];

    // }

     

    $excludes_array = array_merge($excludes_array1,$excludes_array2);

     

    2) would suggest to put an order by into the queries so you can easily see the duplicates

     

    3) in the display module change the if into a while like :

     

    //$num_together = tep_db_num_rows($together_query);

    //if ($num_together > 0) {

    // $record = tep_db_fetch_array($together_query);

    while ($record = tep_db_fetch_array($together_query)) {

    $discount = $record['discount'];

     

    that way you can have as many as you want but not connect a product to itself.

     

     

    I wanted to do this hanges either but it didn't work for me, don't know why....

    The first step is OK but the 3rd (display module) doesn't work: the layout of my site gets all wrong, the rigth column is all crazy, the boxes of different sizes.. a mess! What could it be wrong?

  7. Hi!

    I have this cont installed and i love it, it's exactly want i needed! Thanks. But there's 1 problem i can't solve and i already look all over this forum for answers.. did'nt find it so i hope someone can help me here:

     

    When i have the product A together with 3 other products for example - so, 3 diferent packs with the same product A - at the product A page it only appears one of those 3... of course, i would like it to show ALL the 2gether possibilities for that A product so the costumer can know the ofers...

     

    How do i do it? It must be simple but i can't find the way...

     

    Thanks

  8. Hello.

    When clients redeem theis Points, the discount is not calculated in the shopping cart and i am not noticed, so i never know when they want to redeem their points unless i go check in the administration site and the client never know the correct total that he has to pay.

    Can you help me please? Everything else seems to be working fine.

  9. Hello.

     

    We’ve just installed this slideshow. It is exactly what we searched for our online shop and works fine in Internet Explorer. But in Firefox the images don't show on index.php pages, and in the others it only shows the first image, without slidding.

     

    Any ideas why this happens? What can we do to fix it?

     

    This store is at www.petness.pt/lj (in construction)

     

    Thank you very much.

  10. I just instaled this contribution, it's really cool and is working fine.

     

    I just have a question:

     

    it will be perfect if instead special the caroussel shows the manufacturers logos (no prices) and the link goes to their website. Is it possible? Could someone give me the code changes i have to make?

     

    Thank you.

×
×
  • Create New...