Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

birchy82

Archived
  • Posts

    66
  • Joined

  • Last visited

Everything posted by birchy82

  1. I was wondering If someone knew how to be able to get a .html file to upload.
  2. Installed seo-g now my site doesn't show up. but the admin does any thoughts?
  3. I installed seo-g now my website doesnt show up at all, but the admin does any thoughts?
  4. Can anyone help me out here. i want to have a remove link in the shopping cart for each product that has been added to the cart.
  5. Does anyone know how to adjust the look of the modules i.e. the new products, featured, specials they all have the same look...and they have horrible spaceing here is my site... http://www.lsestore.com if you look at the featured products on the front page you will see what i mean im working on building it into a really heavily modified template, because it seems that none of the oscommerce stores can really keep up with the look and functionality of a larger store such as target and bestbuy.com im not trying to get it to be that huge just closer to the look and some of the features...because i believe that in order to get a high volume of sales you have to have a convinceing look in order to make the customer feel comfortable with who they are purchasing from along with the fact that it just makes you look like you have been around longer... anyways can anyone help with the modules?
  6. My banners link to categories now perfect but now... I need them to link to categories as well without the 2 messing eachother up. I was able to get it to work but it disabled the banners i had linked to the products already. Anyone? heres the code: if (tep_not_null($banner['banners_html_text'])) { $banner_string = $banner['banners_html_text']; } else { if(is_numeric($banner['banners_url'])){ $banner_string = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $banner['banners_url']) . '" target="_self">' . tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_title']) . '</a>'; } else { $banner_string = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner['banners_id']) . '" target="_self">' . tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_title']) . '</a>'; } }
  7. Ok now that you can link the banners to products i was wondering if there was a way to link them to categories as well without the 2 screwing eachother up. I was able to get it to work but it disabled the banners i had linked to the categories.
  8. You're the shit dude! Thanks alotttt i wanna pass you alittle money for helping me out, whats your paypal?
  9. Ok here's the deal i had an idea that many would probably like for there shops. Most larger websites run ads the same way. I have it working so that you can enter in the cPath as a group name in the banner manager so that when you click on a categorie depending on witch one you made the group for an ad would show up for a product thats on sale. I replaced the reguler banner code with this code that i had much help with. actually the person wrote it out for me and showed me how to use it. <?php if ($banner = tep_banner_exists('dynamic', $HTTP_GET_VARS['cPath'])) { $show_banner = tep_display_banner('dynamic', $HTTP_GET_VARS['cPath']); echo $show_banner; } ?> ok so thats calling on the group witch is the cPath. Only problem is in the banner manager where you would enter the url. for the product you made the ad for it drops the session. Is there a way i can stop that from happening? That would be awsome if someone could do that! Thanks, Ryan
  10. how might i link a banner from the banner manager to a product on my site without dropping the session.
  11. ok stupid question...now how do i link the banners to a particular product. without dropping the session sorry to bother you again.
  12. dude you are the man! thanks so much i've been searching forever for something to function like this i've even tryed some thing on my own this was my last resort. You're the shit, Ryan
  13. would it look something like this, if so its not workin for me. if ($banner = tep_banner_exists('dynamic', $HTTP_GET_VARS['cPath= . '1_17])) { $show_banner = tep_display_banner('dynamic', $HTTP_GET_VARS['cPath']); echo $show_banner; }
  14. hm ok i will give it a show ill let you know how it turns out
  15. hmm im not sure i totally understand what you are saying, will that enable me to display a differant banner for each categorie of my choice so right above the sub categorie pictures on the index.php page it will show the banner if i have chossen one for that particular categorie?
  16. Ok im in need of an addon that is like the banner manager except you can add banners or advertisements for products within the product listing right where the header image is. so when you are createing the banner just like in the banner manager you can choose under what categorie or sub cat you want the banner to show up so you can display a sale banner above the sub categorie images. just like this. shows in blue http://www.target.com/gp/browse.html/ref=n...mp;node=1042122
  17. what does that have to do with the page not showing up? i think it has more to do with the discount coupons mudule. HMMMM
  18. I click on the discount coups link under catalog in admin and it shows up a blank page.....whats up with that? maybe its late and i made a mistake. anyone help me?
  19. All Fixed. thanks for all of your help on this!! i removed the very first </form> tag i put in and just moved some stuff around and stuck the </form> tag above the shipping in cart contribution. Thanks again Ryan. oh and if you know anybody looking to purchase this website, im going to sell it off when its totally done. still have a little work left on it but yeah if you know anyone let me know. thanks man
  20. thanks for all of your help on this!! i removed the very first </form> tag i put in and just moved some stuff around and stuck the </form> tag above the shipping in cart contribution. Thanks again Ryan. oh and if you know anybody looking to purchase this website, im going to sell it off when its totally done. still have a little work left on it but yeah if you know anyone let me know. thanks man
  21. Hm i don't know i tryed to put the </form> tag in all differant places but none of them seemed to work.
  22. im guessing you are talking about in here somewhere???? ---------------------------------------------------------------------- $info_box_contents[$cur_row][] = array('align' => 'center', 'params' => 'class="productListing-data" valign="top"', //'text' => tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'])); 'text' => 'Remove<br>' . tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'],'', 'onclick="document.cart_quantity.submit();"',false));//auto update cart $products_name = '<table border="0" cellspacing="2" cellpadding="2">' . ' <tr>' . ' <td class="productListing-data" align="center"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '">' . tep_image(DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a></td>' . ' <td class="productListing-data" valign="top"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products[$i]['id']) . '"><b>' . $products[$i]['name'] . '</b></a>'; if (STOCK_CHECK == 'true') { $stock_check = tep_check_stock($products[$i]['id'], $products[$i]['quantity']); if (tep_not_null($stock_check)) { $any_out_of_stock = 1; $products_name .= $stock_check; } } if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) { reset($products[$i]['attributes']); while (list($option, $value) = each($products[$i]['attributes'])) { $products_name .= '<br><small><i> - ' . $products[$i][$option]['products_options_name'] . ' ' . $products[$i][$option]['products_options_values_name'] . '</i></small>'; } } $products_name .= ' </td>' . ' </tr>' . '</table>'; $info_box_contents[$cur_row][] = array('params' => 'class="productListing-data"', 'text' => $products_name); $info_box_contents[$cur_row][] = array('align' => 'center', 'params' => 'class="productListing-data" valign="top"', 'text' => tep_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4" onChange="DoSubmission();"') . tep_draw_hidden_field('products_id[]', $products[$i]['id'])); $info_box_contents[$cur_row][] = array('align' => 'left', 'params' => 'class="productListing-data" valign="top"', 'text' => '<b>' . $currencies->display_price($products[$i]['final_price'], tep_get_tax_rate($products[$i]['tax_class_id']), $products[$i]['quantity']) . '</b>'); } new productListingBox($info_box_contents); ?> </td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td align="right" class="main"><?php if (CARTSHIP_ONOFF == 'Enabled') { require(DIR_WS_MODULES . 'shipping_estimator.php'); } else {}; ?></td> </tr> <?php
  23. seems to have worked i just did this <?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_SHOPPING_CART, 'action=update_product')); ?></form> now if you try it out on my site it reloads im guessing like it should.
  24. i dont get it. It looks like on the forum for that contrabution most people have it working i havent seen one person with this same issue on there so i dont know what it could be.
×
×
  • Create New...