

camery
Members-
Content count
24 -
Joined
-
Last visited
Profile Information
-
Real Name
Kristian
-
I managed to solve the problem. In catalog/password_forgotten.php change $new_password to $reset_key_url Now do the same in mail manager/password_forgotten.php it is there in 2 places. That is it.
-
I have the same problem with the password process. Have changed EMAIL_PASSWORD_REMINDER_BODY to EMAIL_PASSWORD_RESET_BODY in mail manager/password_forgotten.php so now the email sent out has a text, but there is no link? Please help. Perhaps there is a quick way to disable mail manager for password forgotten?
-
Stock info on product page BS
camery replied to camery's topic in osCommerce Online Merchant Community Bootstrap Edition
Ok, did not know that, thank you very much :thumbsup: -
Stock info on product page BS
camery posted a topic in osCommerce Online Merchant Community Bootstrap Edition
Hello I am setting up a new shop with bootstrap-3-in-2334-responsive-from-the-get-go. In my old shop oscommerce 2.2 i had a nice addon that showed stock info on the product page and product listing. Quantity availability image and text Unlimited I can't find something similar for oscommerce 2.4, i have tried changing the code myself, but i can't. I am hoping there is someone nice and smart that can see how this code should look like in v2.4 The code that is needed on the product page looks like this: <td class="main" align="center"><?php echo TEXT_STOCKINFO; ?><br><?php echo $lc_text = '' . picto_qty($product_info['products_quantity']) . ''; ?></font></td></p> I would really appreciate any help. Best regards Kristian -
2334bs3 - Change width of container but still be fluid
camery replied to PupStar's topic in osCommerce Online Merchant Community Bootstrap Edition
When installing the addons, the shop had full width, so no, did not notice any change. You're right, i will go through my backups and check when the centering got off, just thought someone knew where to look. Anyway, thank you very much for your time and help. :thumbsup: -
2334bs3 - Change width of container but still be fluid
camery replied to PupStar's topic in osCommerce Online Merchant Community Bootstrap Edition
It is a new installation of Oscommerce bootstrap-3-in-2334-responsive-from-the-get-go. I have added: WYSIWYG CKE Editor edit pages BOOTSTRAP version Horizontal Categories Menu BS Modular Front Page Theme Switcher That's it. I just now tried replacing the index.php with the original, but no luck, the shop is still to the left. I have not made any changes to the user.css file other than the width code from Burt above. -
2334bs3 - Change width of container but still be fluid
camery replied to PupStar's topic in osCommerce Online Merchant Community Bootstrap Edition
@ Thanks for replying, but there is no difference playing with the admin/configuration/bootstrap setup. The shop is like glued to the left side of my desktop. -
camery started following [Addon} Modular Front Page and 2334bs3 - Change width of container but still be fluid
-
2334bs3 - Change width of container but still be fluid
camery replied to PupStar's topic in osCommerce Online Merchant Community Bootstrap Edition
I've tried this, and it does make the site 960px but it does not center, it just stays to the left? Does anybody have an idea why that is? -
No emails sent via sendmail in BS
camery posted a topic in osCommerce Online Merchant Community Bootstrap Edition
Hi everyone I have installed the lastest Oscommerce bootstrap-3-in-2334-responsive-from-the-get-go. A problem i have noticed is that the shop do not send out emails with the email transport method configured as sendmail, this works perfectly in my old Oscommerce installation. Have configured it as SMTP instead and now order confirmation emails gets sent out, but no emails get out using the contact form? Anyone else having this problem or can help, thanks. Best regards -
Ok then :thumbsup: Thanks for your help and a great addon.
-
Ok the text gets on the frontpage, when editing the language file index.php, but i thought there would be a box in the admin, where you could put the text you want to have on the frontpage, so you didn't have to edit the language file?
-
Hi Jim Thanks for replying. I am sorry, but i do not understand. I have not entered any text?
-
Hi everyone I have installed the lastest Oscommerce bootstrap-3-in-2334-responsive-from-the-get-go and now added the modular front page 1.2. I can get all the modules to show up on the frontpage, but when installing the main text module, there is no box, where i can input text, anyone else have this problem or know what is wrong? Any help appreciated.
-
Center logo in bootstrap
camery replied to camery's topic in osCommerce Online Merchant Community Bootstrap Edition
Yes that worked! Thank you very much, i really appreciate it :thumbsup: -
Center logo in bootstrap
camery replied to camery's topic in osCommerce Online Merchant Community Bootstrap Edition
Hi Rainer Thank you very much for replying. I have tried different combinations without success. I don't really understand php programming, so i am justing grasping in the dark :0( Would you mind being more specific as to how the code should look in logo.php? Sorry to be a bother, i am really grateful for your help.