Show Posts


Topics - JFuchs

Pages: [1]
1
Support / Password reset email NOT being sent
« on: August 29, 2019, 08:52:08 AM »
Hello,
     I have forgotten my password and attempted to receive a new one. I receive the email that takes me to a page to receive a new password, but once I complete that page the actual email with the new temporary password never arrives. Tried 6 times or so yesterday. I also tried the trick in which you temporarily adjust the code on line 54 to have the password shown after hitting submit vs. an email sent, but the code given only produced a blank white screen after hitting submit.
     Again, I receive the email with a link to reset my password. It takes me to a page that confirms I want a new password, I hit submit and it say's it will send an email with the new password, and it never does. I cannot login, and cannot access my site. Is there anywhere through the database to find the current password that the system generated and was supposed to email?

Thanks,
Jon

Here is the code I tried replacing on line 54, but that did not populate the password as some thought it may, and only provided a blank page.

Code: [Select]
  $password = 'YOUR_NEW_PASS';
                        $this->loadModel('user/user');
    $this->model_user_user->editUser($this->user_data['user_id'], array('password' => $password));
  exit;
  $this->redirect($this->html->getSecureURL('index/forgot_password','&mail=sent'));

2
Support / WhiteLabel extension
« on: August 06, 2014, 02:43:54 PM »
I purchased the WhiteLabel extension and what I found was that when the extension is turned on, thereby removing the "powered by AbanteCart" catch phrase on the bottom right of the page, the confirmation emails sent to customers and the owner after a completed sale, will contain no information. No logo, no thank you for purchasing from ...., and no comment section.
 
If I turn the ext off, all the notes come back on the confirmation emails. How frustrating. More money spent on extensions that don't work properly or full of bugs.  I just wanted to let everyone know so you don't waste the money on the WhiteLabel ext.

3
General Support / Freight Management Options
« on: April 04, 2014, 01:51:03 PM »
Hello everyone,
   I am in an industry where many of my products must ship via LTL freight. I am trying to figure out the best way to handle/calculate freight at checkout. Ideally, I would love a program or extension that allowed me to specify the weight, size, shipping class, and pickup point for each product, and thereby worked in sync with a freight carrier to provide up to the minute freight charges that could be added to the invoice at the point of checkout. (I know, I'm probably dreaming...)

I understand that this technology is not readily available or at least it was not easily found during my research. The alternative I suppose, is to simply supply a message and comment box at checkout that allows the customer to enter their "collect" bill carrier and account number, in which case the customer will be billed directly for the shipment from their freight partner of choice, and/or if they do not have a collect account, gives me the ability to have a message appear informing the customer that shipping charges will be billed to their credit card once a rate has been obtained for their order.

Does anyone have any recommendations for me?

Lastly, I still have items that can ship via UPS, so I will need to have two freight options available, so that I can assign one of those options to the product in the product editing section.

Any advice will be GREATLY appreciated,  I am kind of at a stand still with the site until I figure the shipping options out.

http://store.beatonindustrial.com/

Thank You
JFuchs
 

4
Hello,
  Hoping someone can direct me towards a fix. I updated to 1.1.8 and now my footer is really tall, with lots of wasted space. Please have a look (pic attached) and let me know if there is a fix for this. Is there any code anywhere that I can adjust the pixel height of the footer?

Thanks,
JFuchs

Pages: [1]

Powered by SMFPacks Social Login Mod