Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rocket468

♥Ambassador
  • Posts

    52
  • Joined

  • Last visited

Posts posted by rocket468

  1. I think the contrib could use a touch up. What I would like to see is the ability to click installed for each mod. Then when someone updates it would email people. Maybe integrate the forum thread and the mod a little more. Auto create a thread with each new contrib and link the two? I like how http://www.vbulletin.org/forum/ does this. You know when stuff is upgraded. But i do like how oscommerce does keep old versions of mods.

  2. in Admin section, make sure your items are checked to "add this item to rss"

    by default old items aren't.

    Hope this helps

     

     

    I need to mess with my admin section more, mine always defaults to clicked :)

    But in the database its self all my products have the value of 1

     

    wouldn't this comand ALTER TABLE products ADD products_to_rss TINYINT default '1' NOT NULL;

    make them all active ?

  3. I use chemos mod atm. And the biggest draw back to it that i see is. If you change your products name, or a website shortens your url it . it does not 301 to the current url set. So you end up with duplicate content. I hope you follow me. Does this mod work the same way? Is it possable to have more than 1 url to the same product?

     

    Thought i would ask before going thur the trouble of switching.

  4. If i take this out it works.

     

    if (tep_not_null($order->info['cc_number'])) {

    $this->cc_card_number_less_middle_digits = substr($order->info['cc_number'], 0, 4) . str_repeat('x', (strlen($order->info['cc_number']) - 8)) . substr($order->info['cc_number'], -4);

    ?>

    <td> <b><?php echo ENTRY_PAYMENT_METHOD; ?></b> <?php echo $order->info['payment_method']; ?> (<?php echo $order->info['cc_type']; ?>)<br><?php echo tep_draw_separator('pixel_trans.gif', '100%', '6'); ?><br> <b><?php echo ENTRY_PAYMENT_CC_NUMBER; ?></b> <?php echo $this->cc_card_number_less_middle_digits; ?></td>

    <?php

    } else

  5. Hi all

     

    Just been through the threads for Chemo's ultimate SEO url's and can only find one reference to the Froogle feed that wasn't replied to.

    Has anyone managed to get the Froogle feed url's to be correct after installing the SEO contribution.

    My froogle feed is creating url' as follows:-

     

    http://www.leisurezone.co.uk/product_info.php?products_id=73

     

    But the actual url it should be is:-

     

    http://www.leisurezone.co.uk/tournament-22...ooker-p-73.html

     

    Has anybody done this or have any idea how i get the Froogle feed to create the correct url???

     

    Any help appreciated on merging these two great contributions.

     

    TIA

     

    Julian

     

     

    I was searching for an answere t to this.

×
×
  • Create New...