Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Comesticage

Pioneers
  • Posts

    124
  • Joined

  • Last visited

Everything posted by Comesticage

  1. @@sembrouille Hi thanks a lot. I manage to change the wordings. like to ask you, if i choose to remove this wordings 'subscribe to our newsletter' so that i can make my header more compact. too much empty spaces (see the ||) How do i do so? Can i also try to change the wordings of the Subscribe button to Subscribe newsletter..Hope it's not too much trouble for you to guide me.
  2. @@sembrouille Nope, can't find the place to edit "Subscribe to the newsletter" It is not inside /includes/languages/english/modules/boxes/bm_newsletter_boxe.php Are you the creator of this add-on?
  3. <?php /* $Id: newsletter_abonnement.php le 05 Avril 2012 Auteur : Brouillard s'embrouille ([email protected]) osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2012 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Newsletters'); define('HEADING_TITLE', 'XXXXXXXXXXXXXXX'); define('TEXT_INFORMATION', '<strong>Thank you for your newsletter subscription.</strong><br />A confirmation email has been sent.'); define('EMAIL_WELCOME_SUBJECT', 'Welcome to ' . STORE_NAME); define('EMAIL_WELCOME', 'Thank you for your ' . STORE_NAME . ' Newsletter subscription<br /><br />This message informs you that your registration was successfully processed and you are now registered for our newsletter. <br /><br />If you did not register to receive our Newsletter, you can unsubscribe by clicking the unsubscribe link at the bottom of this email.'); define('TEXT_PRIVACY_EMAIL', '<br /><br />Your information is confidential and will never be retransmitted, please visit our privacy policy : ' . '<a href="' . tep_href_link(FILENAME_PRIVACY, '', 'NONSSL') . '">' . tep_href_link(FILENAME_PRIVACY, '', 'NONSSL') . '</a>'); define('NL_DESABONNEMENT_LINK', '<br /><br />To unsubscribe:<br /><a href="' . tep_href_link(FILENAME_NEWSLETTER_DESABONNEMENT, '%s', 'NONSSL') . '">' . tep_href_link(FILENAME_NEWSLETTER_DESABONNEMENT, '%s', 'NONSSL') . '</a>'); define('TEXT_EMAIL_HTML', 'HTML'); define('TEXT_EMAIL_TXT', 'Text'); define('PREVENIR_EMAIL_NEW_INSCRIT_NL', 'oui'); define('EMAIL_NEW_INSCRIT_NL', 'A new subscribe to the Newsletter'); //mis en page html----------------------------------------------- define('EMAIL_START_HTML', '<html><head> </head><body>'); define('EMAIL_STOP_HTML', '<br /></body></html>'); define('EMAIL_SPAN_START_STYLE', '<span style="font-family:Verdana, Arial, sans-serif; font-size:12px;">'); define('EMAIL_SPAN_STOP_STYLE', '</span>'); //fin mis en page html----------------------------------------------- ?> I looked for the "Subscribe to the newsletter" can't find it... where is it? My website is www.oxytarm-ap.com Thanks!
  4. Is there a 2.3.1 version for this add on? looks impressive.
  5. Hello, My site is www,oxytarm-ap.com Great add-on! I even put it at the header level. However, there are 2 things i ll like to modify a) i wish to change the words "Subscribe to the newsletter" - how to do so? B) The "Subscribe" word on the button i would also like to change it to "Get it NOW!" - any idea how to do this edit? Thanks in advance! Great Add-on again! Regards,
  6. Hello all, I am back. I was adding a new custom theme jquery (to change the colour of the heading). What i did to my "template_top.php" from <!--link rel="stylesheet" type="text/css" href="ext/jquery/ui/bluepink/jquery-ui-1.8.24.custom.css" /--> <!--link rel="stylesheet" type="text/css" href="ext/jquery/ui/bluepink/jquery-ui-1.8.24.custom.css" /--> <link rel="stylesheet" type="text/css" href="ext/jquery/ui/bluepink/jquery-ui-1.8.24.custom.css" /> <script type="text/javascript" src="/shop/catalog/ext/simpletreemenu/simpletreemenu.js"></script> <script type="text/javascript" src="ext/jquery/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.6.min.js"></script> to <!--link rel="stylesheet" type="text/css" href="ext/jquery/ui/newpink/jquery-ui-1.10.3.custom.css" /--> <!--link rel="stylesheet" type="text/css" href="ext/jquery/ui/newpink/jquery-ui-1.10.3.custom.css" /--> <link rel="stylesheet" type="text/css" href="ext/jquery/ui/newpink/jquery-ui-1.10.3.custom.css" /> <script type="text/javascript" src="/shop/catalog/ext/simpletreemenu/simpletreemenu.js"></script> <script type="text/javascript" src="ext/jquery/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.6.min.js"></script> The new custom theme was downloaded at the jquery website and version is already 1.10.3. So just this 1 line, my tabs all did not work work. The contents on each tab all lump together into the 1st tab. Anyone has any advice on this? Thanks! Regards,
  7. @@newburns Hi, I believe it was because of this addon that i was doing. http://www.oscommerce.com/forums/topic/379229-addon-banner-box-for-23/ Phew
  8. http://www.oscommerce.com/forums/topic/393111-footer-disappeared/#entry1671981 Found a solution finally! Solved it myself!
  9. @@newburns omg, bad news. ever since i did the added the reviews tab by adding the products_reviews.php that you provided. my footer from all my web pages are gone! SOS! what happen? When i remove the products_reviews.php and restore both configure.php to the original. The footer is still missing. =( Then i used my backup, but i still have my footers missing... SOS!
  10. @@newburns It is working now! It's perfect! =)) I am impressed by you. Another question, why are the default "stars ratings so ugly" the stars are not yellow and symmetrical.. look more like a starfish. Do you know how to change them?
  11. @@newburns You are correct. After inserting define ( 'PRODUCT_TABS_REVIEWS_TAB','True' ) into both configure.php files of /shop/catalog/includes and /shop/catalog/admin/includes There is an additional tab that says reviews. But when i went into my website of each individual product, i got an error msg. Warning: include(includes/modules/product_reviews.php) [function.include]: failed to open stream: No such file or directory in /home/content/17/8283017/html/shop/catalog/includes/modules/products_tabs.php on line 135 Warning: include() [function.include]: Failed opening 'includes/modules/product_reviews.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/17/8283017/html/shop/catalog/includes/modules/products_tabs.php on line 135
  12. Hi all, Please take a look at my site www.oxytarm-ap.com My tabs work perfectly. As you can see, i also added EchoGuns's Product info box. I would like to take this further, creating a tab "reviews" so that my guess can have another option to click on this tab and all the reviews are in it and updated as and when there are new reviews. Does anyone have any clue how to do this? I been trying for days but to no avail. Best, CosmetiCage.
  13. @@EchoGuns and @@newburns With reference to the product tabs addon too, Another interesting feature that I will like to share is to try to add http://addons.oscommerce.com/info/8470/v,23 into a new tab.. This way, the reviews can be easily read in a tab rather than clicking the reviews button on the product info box. Challenging. - i still can't do it. been trying for hours.
  14. @@EchoGuns and @@newburns Thanks for the code, ya, i guess that you added alot of custom code to show that... Can't do it even with what you have kindly provided because it is too hard for my level. Hope to see an add-on for this.. really is nice piece of work u did.
  15. @@newburns and @@echo I added the changes to product_info.php. Got the below - but all the products have the same price and savings - so is pretty much useless. i believe what echo did is that the add on was a "admin-based" one. ie. he can easily altered the MSRP, Price and You save for all products individually in the OScommerce admin panel. I also manage to added successfully the Qty desired drop down menu but no matter what qty i enter to the box, it does not make any difference to the qty in the cart. i can input 100 but when i press add to cart, only 1 piece can added. MSRP: Price: You Save: $40.50 $39.95 $0.55(1%)
  16. @@newburns Thanks. Let me try. hope that it is just a single change to the products_info.php file then can control in admin space. Btw, the manufacturer website can be inserted using the original product info box add on by echo. u can turn it on or off in the admin panel.
  17. hello, anyone knows the above question i asked? been waiting quite some time
  18. @@newburns Thanks alot for your help. Now i will proceed to solve this next issue. =))
  19. @@newburns I remember you say that. It is not an image addon, it is just simply oscommerce 2.3.1 default multiple image. You can see it right here. http://www.clubosc.com/oscommerce-2-3-core-multiple-images.html
  20. @@newburns Thanks for the help. <br> does help. But i still have the problem that my multiple image doesn't load see http://oxytarm-ap.com/shop/catalog/product_info.php?products_id=29 Before this tab add on, everything is good.
  21. Hi All, http://oxytarm-ap.com/shop/catalog/product_info.php?products_id=33 Check out this. After going through all the posts, I manage to get the tabs working and editable. I still need two more help 1) Every image eats into my tabs - causing the header for the tabs to stretch and becomes ugly 2) http://oxytarm-ap.com/shop/catalog/product_info.php?products_id=29 I used to have a multi image for this product. (added 4 pictures in the admin page) and viola, it becomes a single picture with small images below it, allowing clients to scroll them and click. but now it is forever loading. How come? TIA!
  22. @@newburns and anyone who can help me... Hi, I tried again today. OScommerce 2.3.1 Still looks ugly http://oxytarm-ap.com/shop/catalog/product_info.php?products_id=34 I have a products tabs in my admin section under echo customization AND configuration (how come it's in configuration too?), i am able to rename tab 1 tab 2 to new names (like dosage. contents) - but none appear on my website. If i were to go into catalog > Categories/Products and edit a product, i see addtional 5 boxes of the supposedly working tabs - but no matter what i key in the new tabs, none appear on my website. 1) i followed the installations instructions 2) Copied the new files into my dir 3) Modified the files using a file comparison tool 4) upload mysql file 5) Double check again using the instructions in "/Install Product Tabs V1.1.html" I cannot seem to find the belong and hence cannot replace it. // Find (Around line 184) <p style="text-align: center;"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></p> <?php } ?> </div> <?php Replace with: <p style="text-align: center;"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></p> <?php } ?> </div> <?php include_once (DIR_WS_MODULES . FILENAME_PRODUCTS_TABS); ?> <?php // I am guessing that this is the major culprit, where can i find it?
  23. Tab Menu Section (TMS) and Pronux TMS For Admin if i am getting this correctly, if i just do TMS add-on, all the changes will have to be done via coding of the various files in the TMS add on, However if i choose use the Pronux TMS for Admin, i can actually do changes via the admin page of the shop... Am i correct in what i stated? ie. i just have to choose either one of the add-on to get the tabs... or do i have to install both? The weird thing is despite installing both (i don't think they clash) i do not see any additional options at the left column of the admin page, no new modules to install...even the under catalog, categories/products look the same, i can only edit the same way i did previously. My wish what i have to achieve is to add tabs below my product_info box and image - since i have loads of information/description/tables on my products... after all these, it ends of with "what other customers have bought" Please take a look at my current website www.oxytarm-ap.com using 2.3.1 I am also deciding between echo's product tabs (since i successfully added the product info boxes) http://addons.oscommerce.com/info/8536 or this tab TMS plugin http://addons.oscommerce.com/info/7703 I have trouble in installing both add ons.. i just hope to get the final look i want and the easier way to maintain the description, information preferably from the admin page. TIA!
  24. Hi all, My webby, http://www.oxytarm-ap.com I just did finished round 1 of product info page box (still need some tweaks) - posted on forum that i needed help... Nonetheless, i moved on to try products tabs... Can't seem to combine both, there's some errors.
  25. Hi, my website is www.oxytarm-ap.com OScommerce 2.3.1 My next question, is http://www.echo-guns.com/product_info.php/echo-guns/lower-receiver/stripped-lower-receiver/0001-p-664 How do i get something like echo-guns? I am interested in getting 4 more lines (essentially 2 features like the link above) Eg. 1) Quantity desired drop down menu at the add to cart area. 2) MSRP: Price: You Save: $199.95 $199.95 $0.00(0%)
×
×
  • Create New...