Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wroughtec

Pioneers
  • Posts

    26
  • Joined

  • Last visited

About wroughtec

  • Birthday 12/07/1981

Profile Information

wroughtec's Achievements

  1. No Still no luck, I agree its very odd! Also the add pseudo box does not work either.
  2. Yes file is writeable and yes I am sure i am pressing the right update button its in the same box under the thing I want to update.
  3. Ok have been scratching my head and cannot see works this out. using version 3.2.0 I go into /admin/header_tags_seo.php to change the: Replace me in Page Control under index.php but what ever I change it to it just refreshes the page and its still there. The default options on the right update no problem and the delete works as well just not the individual page update even to tell it to use the default tags. Any ideas would be appriciated. Just to note the site is based on CRE Loaded 6.4.1a, but this file is unmodified so i cannot see why it is not updating the database.
  4. Solved was a js conflict. I am using additional images already and have that working but I was wondering is there a cleaner way to call the id in the header js? Currently have the following which seems over board to me as i am sure there is another way of calling them: <script type="text/javascript"> $(document).ready(function() { $j("div#fancy a").fancybox({ 'zoomSpeedIn': 800, 'zoomSpeedOut': 700, 'imageScale' : true, 'centerOnScroll': true, 'overlayShow': <?php echo (DIM_BACKGROUND == 'true' ? 'true' : 'false'); ?>, 'overlayOpacity': <?php echo (BKG_LUMA/10); ?>, 'zoomOpacity': true, <?php if (SWING_POPUP == 'true') echo "'easingIn' : 'easeOutBack',"; ?> 'hideOnContentClick': true, 'hideOnOverlayClick': false }); $j("div#fancy1 a").fancybox({ 'zoomSpeedIn': 800, 'zoomSpeedOut': 700, 'imageScale' : true, 'centerOnScroll': true, 'overlayShow': <?php echo (DIM_BACKGROUND == 'true' ? 'true' : 'false'); ?>, 'overlayOpacity': <?php echo (BKG_LUMA/10); ?>, 'zoomOpacity': true, <?php if (SWING_POPUP == 'true') echo "'easingIn' : 'easeOutBack',"; ?> 'hideOnContentClick': true, 'hideOnOverlayClick': false }); $j("div#fancy2 a").fancybox({ 'zoomSpeedIn': 800, 'zoomSpeedOut': 700, 'imageScale' : true, 'centerOnScroll': true, 'overlayShow': <?php echo (DIM_BACKGROUND == 'true' ? 'true' : 'false'); ?>, 'overlayOpacity': <?php echo (BKG_LUMA/10); ?>, 'zoomOpacity': true, <?php if (SWING_POPUP == 'true') echo "'easingIn' : 'easeOutBack',"; ?> 'hideOnContentClick': true, 'hideOnOverlayClick': false }); $j("div#fancy3 a").fancybox({ 'zoomSpeedIn': 800, 'zoomSpeedOut': 700, 'imageScale' : true, 'centerOnScroll': true, 'overlayShow': <?php echo (DIM_BACKGROUND == 'true' ? 'true' : 'false'); ?>, 'overlayOpacity': <?php echo (BKG_LUMA/10); ?>, 'zoomOpacity': true, <?php if (SWING_POPUP == 'true') echo "'easingIn' : 'easeOutBack',"; ?> 'hideOnContentClick': true, 'hideOnOverlayClick': false }); $j("div#fancy4 a").fancybox({ 'zoomSpeedIn': 800, 'zoomSpeedOut': 700, 'imageScale' : true, 'centerOnScroll': true, 'overlayShow': <?php echo (DIM_BACKGROUND == 'true' ? 'true' : 'false'); ?>, 'overlayOpacity': <?php echo (BKG_LUMA/10); ?>, 'zoomOpacity': true, <?php if (SWING_POPUP == 'true') echo "'easingIn' : 'easeOutBack',"; ?> 'hideOnContentClick': true, 'hideOnOverlayClick': false }); $j("div#fancy5 a").fancybox({ 'zoomSpeedIn': 800, 'zoomSpeedOut': 700, 'imageScale' : true, 'centerOnScroll': true, 'overlayShow': <?php echo (DIM_BACKGROUND == 'true' ? 'true' : 'false'); ?>, 'overlayOpacity': <?php echo (BKG_LUMA/10); ?>, 'zoomOpacity': true, <?php if (SWING_POPUP == 'true') echo "'easingIn' : 'easeOutBack',"; ?> 'hideOnContentClick': true, 'hideOnOverlayClick': false }); $j("div#fancy6 a").fancybox({ 'zoomSpeedIn': 800, 'zoomSpeedOut': 700, 'imageScale' : true, 'centerOnScroll': true, 'overlayShow': <?php echo (DIM_BACKGROUND == 'true' ? 'true' : 'false'); ?>, 'overlayOpacity': <?php echo (BKG_LUMA/10); ?>, 'zoomOpacity': true, <?php if (SWING_POPUP == 'true') echo "'easingIn' : 'easeOutBack',"; ?> 'hideOnContentClick': true, 'hideOnOverlayClick': false }); <?php if (DRAG_POPUP == 'true') echo '$j("#fancy_outer").easydrag();'; ?> }); </script> As you can see its just a repeat with on the id changing. Also is there a way to stop long title wrapping as it looks ugly?
  5. Have installed this as instructed and switched encrypt to false and still get garbage in FF and Chrome IE I get blank so I must be doing something wrong any ideas, even tried removing oscthumb that did not work either :( : hxxp://www.creloaded-hosting-design.co.uk/product_info.php?products_id=4 Thanks
  6. Well currently I do not, used to use EPDQ from Barclays but the charges were out waying the income so am now using a combination of paypal, nochex, and payoffline although if a good solution presents itself at a reasonable rate I may well slip back in to using a more merchant type account.
  7. What about UK connections are they supported and who have you got links with in the UK?
  8. Do you have any examples of this being in use? Would be interested to see, Thanks
  9. I don't think my solution is completely correct either DOH! Did not test the ticks on and off.
  10. Ok I fixed the issue of the blank tracking id was to do with the line I was not sure about, i changed it to: if ( ($check_status['orders_status'] != $status) || $comments != '' || tep_not_null($track_id_failed == 0) && ($status ==DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE) ) { and that seems to work it did not quite like the tep null in front of the comments kept saying the status had not changed etc. Still have the issue with the: Error calling tracking script. Please try later. [x] Close What files would help?
  11. Great work, took a while for me to update from your other contribute but seem to have got there apart from a couple of things. When you do not enter a tracking number I get the following: Warning: constant() [function.constant]: Couldn't find constant EMAIL_NOTIFICATION_ in /**/**/catalog/includes/classes/tracking_module.php on line 186 Warning: Cannot modify header information - headers already sent by (output started at /**/**/catalog/includes/classes/tracking_module.php:186) in /**/**/catalog/admin/includes/functions/general.php on line 57 The other slight issue I have is as my site is not default oscommerce, I got it to work with your original rm_tracking module I has the following line in admin/orders.php: if ( (($check_status['orders_status'] != $status) || tep_not_null($comments) || tep_not_null($rm_tracking_id)) && $id_failed == false ) { as if ( ($check_status['orders_status'] != $status) || $comments != '' || $rm_tracking_id && $id_failed == false ($status ==DOWNLOADS_ORDERS_STATUS_UPDATED_VALUE) ) { I was wondering if I could convert this line too work with the new module its probably really simple but I am not seeing it this late at night lol. Ah and I am getting: Error calling tracking script. Please try later. [x] Close When i click on the number I wonder if you have any suggestions?
  12. Great package but like a few I will need to wait for the UK version. I presume this will also include all UK Shipping options both couriers and Royal Mail options (www.royalmail.com) Anyway I will keep checking for updates. :thumbsup:
  13. Fixed this issue by removing the code from index.php and putting it in my define main page mod. has worked a treat. Thanks!
  14. I think you are trying to show multiple categories. The categories feature is to show a featured category with products. Try haveing one featured category. Which features do you have active. Sorry I have no featured categories. I am goign to try something a little later to see if that can resolve it. If in the mean time anyone figures it out would be very useful. Thanks
×
×
  • Create New...