Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wildvettes

Pioneers
  • Posts

    105
  • Joined

  • Last visited

  • Days Won

    1

wildvettes last won the day on September 19 2011

wildvettes had the most liked content!

Profile Information

  • Real Name
    Damien Routledge

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

wildvettes's Achievements

  1. I did a test sale on my site and at first I was using discount code on the order total and got an error that it was in the wrong format. I then applied it to the sub-total and it worked. I suspect this is an issue I will need to investigate further. After I did that and returned to my site I got this from paypal... Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing: http://www.wildvettes.com/catalog/ext/modules/payment/paypal/standard_ipn.php If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account. Thank you for your prompt attention to this issue. My website direct link forwards to my /catalog so I'm guessing that at the very least the URL is wrong. How do I fix that? With paypal or in my module? Then after I went back to discounting in my sub-total I completed a test sale. Everything went through. I received an email from paypal, my "customer" received an email about their order, but I never received an email that the order had been placed. I'm guessing because of the IPN? I did get two more emails from paypal last night at different intervals... Email Title: PayPal IPN Invalid Process then $HTTP_POST_VARS: $HTTP_GET_VARS: This was the only thing in the email. Same issue causing everything? Also last thing on the order checkout page it does not show the item description for purchase on the paypal invoice. It only shows my site description... Any help you can provide for any of these issues would be greatly appreciated. Thank You!
  2. Great thanks, I already got it working outside of the generic box, but this change will allow me to add another whole "Generic Box" and turn it on and off with https correct? I actually had a split between encrypted and non-encrypted content in the same box, so I added the whole code line into the template_bottom.php in an infoboxcontainer div and now it latches on the bottom of the generic box. Thanks for the great add-on!
  3. Hi Jim, First thank you for the module...works great. The problem I'm trying to fix is related to ssl encryption. I am using this box for twitter and facebook feeds. Facebook offers the feed in encrypted format so it works perfectly at all times. My twitter feed is not available in an https format I have this code <?php if( $_SERVER['HTTPS'] != "on" ) { ?> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'search', search: 'Corvette', interval: 6000, title: 'Corvette Tweets', subject: '', width: 'auto', height: 300, theme: { shell: { background: '#535454', color: '#ffffff' }, tweets: { background: '#050505', color: '#f2eff2', links: '#1985b5' } }, features: { scrollbar: true, loop: true, live: true, hashtags: true, timestamp: true, avatars: true, toptweets: true, behavior: 'default' } }).render().start(); </script> <?php } ?> It works as it is supposed to from my main page, but inserted into the generic box text box it doesn't turn off on https. Is there somewhere else in the coding I can place this to have it show up properly? Thank you in advance. :D
  4. I did, but actually it isn't running properly either... I ran it manually again and it merely keeps replicating the same results over and over. So at this point I don't know what isn't working right as every other add-on seems to work. Maybe just a compatibility issue between those two add-ons.
  5. I installed minsparx and my sitemonitor disappeared...found out it replaced the column_left.php so i went in and added sitemonitor back in and nothing...still gone. when I manually type in sitemonitor_admin.php I get the page to configure... when i manually type in sitemonitor.php It runs and does what it is supposed to... and yet on my admin toolbar...nada
  6. Quick Question...I had sitemonitor up and working prior to the mindsparx admin install. After the install my sitemonitor disappeared...so I checked my column_left and sure enough it was not there Now after adding it back into the column left it still will not show up. What am I doing wrong? I have completely re-installed the add-on and nada
  7. Only shows up on pages with subcategory textboxes content...is the issue with my install, or with the add-on coding? I know the rule of thumb with html errors is to begin at the very first error on the page and that error is being generated by subcategory textboxes and no other pages are resulting in errors, which leads me to believe that first error is generating the other 3. The problem is an extra </div></form>, but I'm not sure how to go back into the add-on and find where this portion is. It looks good to me but I'm a super novice, so I'm wondering if the order they are being placed in might be wrong? This is the problem spot according to html tidy.. 71. <div><form name="filter" action="index.php" method="get"><p align="right"><strong>Show:</strong> <input type="hidden" name="cPath" value="134_143_191" /><input type="hidden" name="sort" value="2a" /><select name="filter_id" onchange="this.form.submit()"><option value="" selected="selected">All Manufacturers</option><option value="25">Halltech</option><option value="11">LG Motorsports</option></select><tr><td><div class="ui-widget-content ui-corner-all infoBoxContents"><h1>01-04 Corvette C5 Z06 Air Intakes</h1> 72. 73. Changing out your Corvette's Air Intake is one of the best bang for your buck mods you can do to your 01-04 C5 Z06 Corvette. 74. <p> 75. <b>You'll see:</b> 76. 77. <ul> 78. <li> Improved throttle response!</li> 79. <li> Improved seat of the pants power!</li> 80. <li>Reduced 1/4 mile times!</li> 81. <li>Improved fuel economy! </li> 82. </ul> If you are looking for somewhere to start improving the performance of your C5 Z06, this is it.</div></td></tr></p></form></div> line 82 column 116 - Error: discarding unexpected </form> line 82 column 123 - Error: discarding unexpected </div> Is anyone else experiencing this problem with this add-on?
  8. I am running 2.3.1 and did the manual install instructions. The install on my admin worked under order total, but when I go to the module under catalog I get an error 404 page not found message. Any ideas? There was only one section of coding that didn't exactly match what I had, maybe due to another mod... <h2><?php echo TABLE_HEADING_COMMENTS; ?></h2> <div class="contentText"> <?php echo tep_draw_textarea_field('comments', 'soft', '60', '5', $comments); ?> </div> <?php mine didn't have that last <?php Could this be the problem?
  9. It is doing something with the content that normally shows up in the middle of my two columns as it vanishes and the formatting goes bad after the change to index.php Any ideas? I will note however that even without this coding it does this same thing when the box is enabled, otherwise everything is as it should be. I back tracked through the code changes and it doesn't start having the problem until you change the index.php by adding the following include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?> </div> <?php } //bof Year_Make_Model Contribution v2.3.x by Dunweb Designs elseif($_GET['Make'] || $_GET['Model'] || $_GET['Year']){ $define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL, 'PRODUCT_LIST_NAME' => PRODUCT_LIST_NAME, 'PRODUCT_LIST_MANUFACTURER' => PRODUCT_LIST_MANUFACTURER, 'PRODUCT_LIST_PRICE' => PRODUCT_LIST_PRICE, 'PRODUCT_LIST_QUANTITY' => PRODUCT_LIST_QUANTITY, 'PRODUCT_LIST_WEIGHT' => PRODUCT_LIST_WEIGHT, 'PRODUCT_LIST_IMAGE' => PRODUCT_LIST_IMAGE, 'PRODUCT_LIST_BUY_NOW' => PRODUCT_LIST_BUY_NOW); asort($define_list); $column_list = array(); reset($define_list); while (list($key, $value) = each($define_list)) { if ($value > 0) $column_list[] = $key; } $select_column_list = ''; for ($i=0, $n=sizeof($column_list); $i<$n; $i++) { switch ($column_list[$i]) { case 'PRODUCT_LIST_MODEL': $select_column_list .= 'p.products_model, '; break; case 'PRODUCT_LIST_NAME': $select_column_list .= 'pd.products_name, '; break; case 'PRODUCT_LIST_MANUFACTURER': $select_column_list .= 'm.manufacturers_name, '; break; case 'PRODUCT_LIST_QUANTITY': $select_column_list .= 'p.products_quantity, '; break; case 'PRODUCT_LIST_IMAGE': $select_column_list .= 'p.products_image, '; break; case 'PRODUCT_LIST_WEIGHT': $select_column_list .= 'p.products_weight, '; break; } } if($current_category_id){ $listing_sql = "select " . $select_column_list . " p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where " . (YMM_FILTER_PRODUCT_LISTING == 'Yes' ? $YMM_where : '') . " p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '" . (int)$languages_id . "' and p2c.categories_id = '" . (int)$current_category_id . "'"; }else{ $listing_sql = "select " . $select_column_list . " p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where " . (YMM_FILTER_PRODUCT_LISTING == 'Yes' ? $YMM_where : '') . " p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '" . (int)$languages_id . "'"; } if ( (!isset($HTTP_GET_VARS['sort'])) || (!preg_match('/^[1-8][ad]$/', $HTTP_GET_VARS['sort'])) || (substr($HTTP_GET_VARS['sort'], 0, 1) > sizeof($column_list)) ) { for ($i=0, $n=sizeof($column_list); $i<$n; $i++) { if ($column_list[$i] == 'PRODUCT_LIST_NAME') { $HTTP_GET_VARS['sort'] = $i+1 . 'a'; $listing_sql .= " order by pd.products_name"; break; } } } else { $sort_col = substr($HTTP_GET_VARS['sort'], 0 , 1); $sort_order = substr($HTTP_GET_VARS['sort'], 1); switch ($column_list[$sort_col-1]) { case 'PRODUCT_LIST_MODEL': $listing_sql .= " order by p.products_model " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_NAME': $listing_sql .= " order by pd.products_name " . ($sort_order == 'd' ? 'desc' : ''); break; case 'PRODUCT_LIST_MANUFACTURER': $listing_sql .= " order by m.manufacturers_name " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_QUANTITY': $listing_sql .= " order by p.products_quantity " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_IMAGE': $listing_sql .= " order by pd.products_name"; break; case 'PRODUCT_LIST_WEIGHT': $listing_sql .= " order by p.products_weight " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_PRICE': $listing_sql .= " order by final_price " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; } } $catname = HEADING_TITLE; if (isset($HTTP_GET_VARS['manufacturers_id'])) { $image = tep_db_query("select manufacturers_image, manufacturers_name as catname from " . TABLE_MANUFACTURERS . " where manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'"); $image = tep_db_fetch_array($image); $catname = $image['catname']; } elseif ($current_category_id) { $image = tep_db_query("select c.categories_image, cd.categories_name as catname from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and c.categories_id = cd.categories_id and cd.language_id = '" . (int)$languages_id . "'"); $image = tep_db_fetch_array($image); $catname = $image['catname']; } ?> <h1><?php echo $catname; ?></h1> <div class="contentContainer"> <?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); echo '</div>'; //eof Year_Make_Model Contribution v2.3.x by Dunweb Designs ?>
  10. I just took every single box out and the formatting went back to normal. I figured adding them back in one at a time could identify the problem. It is doing the same thing for one or all boxes, whether left or right side...
  11. Quick question, I'm getting serious formatting issues with my right or left columns after the install. Everything appears to be working normally but it threw the column widths way off on my default theme. Even when I uninstall the module now and try to go back to the default look, my columns are way off. I know this is probably simple formatting, but I'm new to this stuff. How can I make the columns go back to the desired size?
×
×
  • Create New...