Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cgmsys

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Christopher Mendla

cgmsys's Achievements

  1. I was looking at the contributions and forums but I didn't find what I needed. Basically, the store owner needs to have the CVV for offline processing (using the standard credit card module I think, not a gateway). I looked at the CCV contributions but I'm not sure if they are violating the concept of not storing the CVV. Is it true you can usually store it until you process the order? How do the contributions work? do they give you the ability to delete the CVV from the database once it is entered manually for payment? Thanks, I'd appreciate any ideas/help chris
  2. IRT Cateogory Description v1.03 by mightyx Hello, I was trying to add the catagory Descritpion contribution. I got stuck on the part below. The last part of the contribution states: FIND 2nd and if you have 3rd HEADING_TITLE neer row 240-260 REPLACE WITH: <tr> <td class="pageHeading"><?php echo $category['categories_name']; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="productListing-data"><?php echo $categories_desc['categories_description']; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> When I look at my index file, I see the following at about line 240 <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> I'm not clear on what part of the code actually gets replaced. The contribution just says to find the HEADING _TITLE and does not list any specific code to find and replace. I'd appreciate any clarification. thanks chris
×
×
  • Create New...