Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Krisz1

Members
  • Posts

    55
  • Joined

  • Last visited

Profile Information

Recent Profile Visitors

8,220 profile views

Krisz1's Achievements

  1. Hi, First of all, thank you for taking the time and effort to keep OsC alive! I'm running 2.3.4 with many addons (order edit, custom payment methods, etc). Is there a list of core files I can update my installation with?, as opposed to starting from scratch, Thank you.
  2. Hi Folks, I am having trouble with this update, trying to display the captcha symbol in my contact_us page. Installed hooks per the contrib, edited application_top.php with the code.. // HOOKS require(DIR_FS_CATALOG . '/includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('shop'); $OSCOM_Hooks->register(basename($PHP_SELF, '.php')); Same thing with inside the admin interface " new hooks('shop') " Uploaded all other files. Admin interface shows OK but no captcha on contact_us.php. Error log is empty. I'm using OsC 2.3.4 BS Edition under php 5.6.4. All seems to be working fine, but the extra code is not being added to the form. What could be wrong? If it makes any difference, I already had the recaptcha add on working with the previous revision (January?) . Reinstalled the bm_recaptcha box module, replaced the files with the update, and that was it. Thank you!
  3. Hey folks, I am still getting spammed even though recaptcha v3 is set up on contact_us.php. Looking at the google console, most bots are given a 0.9 punctuation score. Even though I selected 1.0 as the threshold in admin panel, google doesn't seem to care much for extra verification like recaptcha v2. Does the threshold I select at the admin panel gets passed onto the script? Thank you.
  4. Thanks so much for this contribution, I was tired of getting so much spam on contact_us (I'm on 2.3.4).
  5. This contribution was exactly was I was looking for. Thank you !
  6. Hi Folks, Just applied this contrib and came across this error: Parse error: syntax error, unexpected T_ELSE in /(...)/admin/categories.php on line 753 Line 753 is marked in the code as "} else { <<Line 753 " I´m using OsC 2.2MS2, I know it´s an old version but I was hoping some contribs will work anyway if (isset($HTTP_GET_VARS['pID'])) { echo tep_image_submit('button_update.gif', IMAGE_UPDATE); } else { echo tep_image_submit('button_insert.gif', IMAGE_INSERT); } echo ' <a href="' . tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . (isset($HTTP_GET_VARS['pID']) ? '&pID=' . $HTTP_GET_VARS['pID'] : '')) . '">' . tep_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>'; ?></td> </tr> </table></form> <?php } } else { <<Line 753 ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_draw_separator('pixel_trans.gif', 1, HEADING_IMAGE_HEIGHT); ?></td> <td align="right"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="smallText" align="right">
  7. Hi guys, I was looking forward into using this contrib, however I´m stuck with this error upon opening the create_order.php: Existing Customer Account Fatal error: Call to undefined function tep_hide_session_id() in/hermes/webxxx/bxxx/pow.x/htdocs/store/admin/create_order.phpon line 171 I managed to sort out the error by removing all three instances of tep_hide_session_id(); but I´m sure that is not the correct workaround for this.. Thanks for any comments! I´m using OsC 2.2MS2
  8. Hello ! Can anyone recommend some contrib to improve the existing customer management within Osc admin area? (2.2MS2) I'm using the default one, and I'd like to have the ability to create customers, modify them, get buying ratios, rank them, order then alphabetically, view past purchases... The idea is that if a CSR receives a call from a customer, the rep can retrieve all the info from them and modify it according to their needs. Thanks.
  9. Hello I've recently installed this contrib.. it's great, but those who have non-english characters like accents on it's categories could bring us some dificulty using it.. My store is in Spanish, and I use accents like áéíóú on my product name and category name, and although most of the times this is not a problem because SEO URL v2.1 cuts them off (making Libro Pequeño as libro-pequeo), categories who got accents within it's name present a huge problem. Take this for example: Item title: Autoadhesivo Padre Pío (protegeme) Standard OsC URL: www.viareggio.cl/product_info.php?cPath=28&products_id=163 SEO URL: viareggio.szita.net/san-pío-de-pieltrecina-autoadhesivo-padre-protegeme-p-163.html (For testing purposes, I've created a sandbox test environment where SEO is implemented) Second URL ends up with a loop error.. Category name is San Pío de Pietrelcina. SEO trim's the name as viareggio.szita.net/pieltrecina-c-28.html, BUT inside that category items URL become as /san-pío-de-pieltrecina-autoadhesivo-padre-protegeme-p-163.html Any suggestions for a workaround? Thanks.
  10. Among other's I'm using dineromail. (contrib available on oscommerce) This company replicates in Southamerica the business model used by PayPal. This payment processor charges a somehow high fee for receiving money, AND a fixed per-transaction fee. Is there some way to add automatically a "surcharge" to people that chooses this payment method? The idea is to incentivate the use of other payment methods. Thanks.
  11. No problem installing the code, indeed there's a "pack" which you can install in case you have the default installation. The thing is the e-commerce code is not working. Despite making succesfull sales with OsCommerce, those results aren't displayed @ google analytics, but those related to traffic and referrers are OK.
  12. I still don't see the results of orders made using the Google analytics code, despite making the appropiate changes I only see traffic results, but no sales reports :(
  13. I've added this contribution a few weeks ago but despite receiving some purchases and making some for testing, I don't see any data on my google analytics e-commerce module, it just displays zero. User tracking it's OK, just the e-commerce part isn't working despite that the installation went OK and the correct Google analytics account number was entered. Is there anything else I should do? (considering a default installation, no OsCommerce files changed, just replaced the old files with the one in the contrib) Thanks
  14. I've been using that contribution for a long time, it's great, but I'd like to know how can I put some of the description of my products under each product title on the printable catalog. One line of text will be enough.. The thing is that I have products that has it's measure on the description field. (among other details usually)People can see it if they browse the store, but not when catalog is printed. If there's a chance to add the attributes will be great as well.. I dont know PHP, but can edit a file and insert some code on it :-) Thanks for the help.
×
×
  • Create New...