Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fiscus

Archived
  • Posts

    153
  • Joined

  • Last visited

Everything posted by fiscus

  1. Maxi, Where is the CUSTOM newsletter page? When I click on the little ! mark I get an example Kmart page. I assume this feature is for saving a preformatted template for your newsletters/emails. I want to change this to my own custom layout - I just need to know where is it. I couldn't seem to find it. Can you specify different templates as well? Ie. one for emails one for newsletters? Thanks
  2. No editing on forum - i beleive it is because it is linked to a newgroup. I was going to mention that about the prefix - but wasn;t sure of your setup. Basically the SQL file that comes with the latest version of the contribution will work fine. Just use PHPMyadmin to insert it and you should be fine - no need to edit anything in it.
  3. I am no expert with MySQL or PHP (am still learning) - but if you are using a table prefix of CDSTOR then shouldn;t all entried have their prefix? The bottom half of the statement doesn't have the CDSTOR prefix?
  4. it is all working fine here. Sounds like you didn;t insert the SQL file in or you haven't upped all the files. Check everything again.
  5. It is working fine now - thanks. After installing this I realise a problem that I have. I am using this for clothing (so I can have colours as attributes and now these colours will just appear automatically. The problems is that, I also have fabric and sizing attributes. Obviously I don't need pictures for different sizes (or really fabrics). How difficult would it be to add an additional section in the admin where you could enabled/disable displaying options? What do you think? But congrats on getting this out - I'm sure it will be useful for a lot of people (and hopefully my idea is a gerneral progression and not too difficult)
  6. So basically any mod that has the NONSSL in their box.php file it isn;t required? I can just use the normal tep_admin_files_boxes(FILENAME_STATS_CUSTOMERS, BOX_REPORTS_ORDERS_TOTAL) . And it will all work....
  7. Just a question with adding other mods. the normal line you add to the boxes.php is '<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a>'); and to make it suiteable for the admin mod the code is something like this: tep_admin_files_boxes(FILENAME_STATS_CUSTOMERS, BOX_REPORTS_ORDERS_TOTAL) . How does the NONSSL part fit in (and what is it used for)?? so basically i need to get the code for putting the NONSSL into : tep_admin_files_boxes(FILENAME_STATS_CUSTOMERS, BOX_REPORTS_ORDERS_TOTAL) .
  8. Sounds like you have the admin with Level mod installed. Go into file access and add the new files for this mod to the section you wish and store them Everything should work now.
  9. Hahahah 0 ok new update works :-) 3rd time lucky huh!
  10. Something is wrong. Even if i change <?php echo CENTER_SHOP_WIDTH; ?> to 750 (hardcoding in the header.php) the shop still doesn't center.
  11. Hmm - it installs fine now but it doesn't seem to center. Is it working for you?
  12. get an error on the header.php While I have customised mine alot I just backed mine up and installed yours. Parse error: parse error, unexpected $ in /home/catalog/includes/header.php on line 152
  13. I'm having a small problem with the install when I try to upload a file via admin: 1054 - Unknown column 'products_options_values_thumbnail' in 'field list' update products_options_values set products_options_values_thumbnail = 'navy.jpg' where products_options_values_id = '13' [TEP STOP]
  14. It is a bit of work http://staging.tableeightcorporate.com/cat...3&products_id=7 You have to remove the cellspacing and padding to get evertything over to the left. Make sure you backup cause there is a bit of trial and error. Once the spacing and padding has been removed you then need to but your own spacing in ie.: <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr>
  15. Wooohooo - thanks alot equilla!!! Installing it now - I will let you know how it all goes and report any problems. Great work.
  16. I don't think it is up to Maxi to put a timer on WYSIWYG cause (as Maxi says) the problem doesn;t exist on the normal admin. Once finished, I too will also be logeed into my admin for most of the day so it would be great if we could set or fix the timout bug.
  17. Forget previous - found some comments in the boxes files - looks to all be working fine now!! Great mod
  18. I have installed this (with the updated 2 pages back_ and everything seems to be working fine. Initially I wasn;t sure what the file access thing does - but after playing around it looks like you can specific additional files (outside of the normal OSC install) to belong to the permissions groups. I have gone trhough and added all my other files to their corresponding group (all under super admin) and stored the files. The are in the list on the left hand side. However their entries aren't showing up on the admin menu on the left? Any ideas?
  19. Hmm this would be a great addition!!! Anyone want to look into it? I am still learning! Also is is possible to access a theme via an address? ie. www.shop.com/cataglog/index.php?=ID2 Something like that?
  20. Just installed this on 2.2MS2 and it worked a charm!! Nice little mod. Anyone want to look at getting specific themes to work with a specific customer? That would be great.
  21. Sounds brilliant equliia!!! I have PM'd you my email address to test it all! I have no need for 'click to enlarge' so maybe that could be an enable/disable in admin (I am showing fabric swatches for colour reference - there is no need to enlarge these) but I understand that other will want this. I am happy to comment / edit the code for my no pop up needs but an admin enable/disable would be ideal. Looking forward to it.
  22. Maxi - I don;t think my errors are related to your mod - sorry about that. I think it is how Apache is configured on my hosts server - I am trying to speak to them to get it sorted.
  23. And it isn;t all the time - some times if I press back or refresh the change will come through no errors?
  24. Maxi - I have noticed a stange problem.... I think it is only something to do with my Mysql version (MySQL 4.0.13) but maybe other are getting it as well. It only seems to happen on the product description WYSIWYG (however I have noticed some different problems on the information unlimited section - ie. text can be deleted or repeats itself & images not upload correctly (become corrupt). Anyway, product info is more import atm. Sometimes when I make a change and try to update it I get this error: 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'Front Jacket, )' at line 1 INSERT INTO products_attributes (products_id, options_id, options_values_id) VALUES (1, Concealed Front Jacket, ) [TEP STOP] Any ideas? I assume it is just a syntax problem with the newer version of MySQL
×
×
  • Create New...