Show Posts


Messages - alevene

Pages: 1 ... 5 6 [7] 8
91
General Support / Re: Cannot import data exported from 1.2.1. to 1.2.4
« on: October 09, 2015, 08:56:30 AM »
Thanks for the answers. I know that the system should be updated one release at a time but nothing has worked so far. I'll try the CSV export/import.

It's odd that their is a utility to convert other ecommerce programs to AbanteCart, but not to with a few clicks, convert the earlier versions to the latest.

92
General Support / Cannot import data exported from 1.2.1. to 1.2.4
« on: October 08, 2015, 02:20:36 PM »
I have been trying to update my site from 1.2.1 to later versions and cannot do it.  I get this message when I looked at the log, referencing lines 74 and 114 in the mysql.php file.

I installed a test 1.2.4 version with an empty data base, exported the entire database from 1.2.1 and tried to import. It failed. I then download each individual data type and tried to import those. Some worked, some failed. In other words it doesn't work.

Any ideas specific to the line 74 and 114 problems, or how to make the data export/import work?


    public function query($sql, $noexcept = false) {
      //echo $this->database_name;
       $time_start = microtime(true);
LINE 74 ->      $resource = mysql_query($sql, $this->connection);
        $time_exec = microtime(true) - $time_start;


      if($noexcept){
            $this->error = 'AbanteCart Error: ' . mysql_error($this->connection) . '<br />Error No: ' . mysql_errno($this->connection) . '<br />' . $sql;
            return FALSE;
         }else{
LINE 114 ->            throw new AException(AC_ERR_MYSQL, 'Error: ' . mysql_error($this->connection) . '<br />Error No: ' . mysql_errno($this->connection) . '<br />' . $sql);
         }
       }
     }
Modify message

93
General Support / Re: update from 1.2.1
« on: October 05, 2015, 12:37:08 PM »
Does anyone have some ideas of resolving this roadblock to updating from 1.2.1?

When I looked at the log, referencing lines 74 and 114 in the mysql.php file I found this. Any idea what the fix is?


    public function query($sql, $noexcept = false) {
      //echo $this->database_name;
       $time_start = microtime(true);
LINE 74 ->      $resource = mysql_query($sql, $this->connection);
        $time_exec = microtime(true) - $time_start;


      if($noexcept){
            $this->error = 'AbanteCart Error: ' . mysql_error($this->connection) . '<br />Error No: ' . mysql_errno($this->connection) . '<br />' . $sql;
            return FALSE;
         }else{
LINE 114 ->            throw new AException(AC_ERR_MYSQL, 'Error: ' . mysql_error($this->connection) . '<br />Error No: ' . mysql_errno($this->connection) . '<br />' . $sql);
         }
       }
     }
[/i]

94
General Support / Re: update from 1.2.1
« on: September 28, 2015, 08:39:58 AM »
I installed a new version of 1.2.1 this weekend and restored the ac_ mysql tables to a new database. I thought that it was possible that some edits were blocking the upgrade to 1.2.2. I have the save errors as above.

It appears that 1.2.2 doesn't like the database.

Suggestions?

95
General Support / Re: update from 1.2.1
« on: September 25, 2015, 05:40:12 PM »
I've continued to work on this and have tried the manual update process and the "load extensions" method. Nothing works yet.

I am not sure what this means. I've copied the update files to the root of the test domain and open the phpMyAdmin window via the cPanel of my web hosting company. I'm not sure how to execute the upgrade.sql from within the phpMyAdmin.

------

6. Finally run modified upgrade.sql file in MySQL (command line, phpMyAdmin or other )

96
General Discussion / Re: Call for price feature
« on: September 25, 2015, 05:34:52 PM »
I just saw this and will make the changes. Thank you.

Is there a way to avoid showing the price until the prospect clicks the price link? In other words, a too low to show tease and "Click this link to see our actual selling price."

97
General Support / Re: update from 1.2.1
« on: September 25, 2015, 08:23:37 AM »
I changed the mysql tables from _abc to _ac; edited the config file and attempted an upgrade to 1.2.2. It failed with a similar message. When I looked at the log, referencing lines 74 and 114 in the mysql.php file I found this. Any idea what the fix is?


    public function query($sql, $noexcept = false) {
      //echo $this->database_name;
       $time_start = microtime(true);
LINE 74 ->      $resource = mysql_query($sql, $this->connection);
        $time_exec = microtime(true) - $time_start;


      if($noexcept){
            $this->error = 'AbanteCart Error: ' . mysql_error($this->connection) . '<br />Error No: ' . mysql_errno($this->connection) . '<br />' . $sql;
            return FALSE;
         }else{
LINE 114 ->            throw new AException(AC_ERR_MYSQL, 'Error: ' . mysql_error($this->connection) . '<br />Error No: ' . mysql_errno($this->connection) . '<br />' . $sql);
         }
       }
     }

98
General Support / update from 1.2.1
« on: September 23, 2015, 03:36:06 PM »
I've been using version 1.2.1 for a while and used a custom table prefix having replaced abc_xxx. I have been unable to upgrade to 1.2.2, 1.2.3 and now 1.2.4 as I always got a critical error. I believed that the non-standard table names were the problem.

I copied the entire folder set to another web folder, changed the tables prefixes to abc_ and changed it in the config.php file. It worked fine as I now have an identical "backup" of the original website as if I migrated it to another ISP.

The problem is that I have the same problem. I cannot update the system so abc_ may have been just one of the problems.

Suggestions?


AbanteCart core upgrade to v1.2.2 is now available

Message status:
    notice

Date:
    09/23/2015 01:26:01 PM

Number of repetitions:
    7

You can upgrade AbanteCart core now. Upgrade is for version 1.2.1 and will change your AbanteCart application to version 1.2.2 Please click following link this link to start the upgrade.


followed by -

There has been a critical error processing your request
Please check AbanteCart and webserver error logs for more details. You can check error log in the control panel if it is functional. Otherwise, refer to error log located on your web server


99
Built-in Features / Too low to show price button
« on: January 03, 2015, 04:23:21 PM »
I've looked at v1.2 that is a big improvement, but don't see a Call for Price button to avoid listing the price. It's sometimes called a Too low to show, Call for Price or similar.

If you list the price on the Internet, someone else is almost always selling the same product for less so it's a race to the bottom.

The Call for Price, Too low to show gets the prospect to call for the price and engage. That sells products, not click here to order.

Any chance for a paid add-in that provides a variety of ways to do this?

100
General Discussion / Call for price feature
« on: December 22, 2014, 02:17:01 PM »
I've looked at v1.2 and don't see a Call for Price button to avoid listing the price. It's sometimes called a Too low to show, Call for Price and sometimes... Price will show in the shopping cart.

All of these help sales and avoid the manufacturers' requests not to sell their products too cheaply.

Does it have anything like those features?

101
General Support / Sorting Specials and Featured products
« on: September 17, 2014, 10:29:39 AM »
The image display of Specials, Newly Listed and Featured products is really nice, but I don't know how to either sort them away from an alphabetized list or a granular way of only showing the desired products, or having them display randomly.

Why? Because either some products in the Specials will never show, just the first alphabetized items that fits in the space allocated, and there doesn't appear to be a way to change the newly listed date so you can manually force certain products to appear.

Ideas?

102
Support / Re: Bugs and suggestions
« on: September 17, 2014, 10:10:36 AM »
I tried both of these workarounds to avoid listing price, that would only show in the shopping basket. Neither did the job.

For now we have few features might help you:
Global setting Login Display Prices: Show/Hide prices if customer is not logged in.
Each product have setting Block Product From Ordering: This will put product to display mode only with no ability to order. Contact us for order message will be displayed.

Global settings - by definition affect the entire website not a particular product that the manufacturer doesn't want to show deep discounts.

Block Product From Ordering doesn't work as the prospect has no idea what the pricing is.

What I'm looking for is a granular way of -

1   Only showing the extra discounted price in the shopping basket, so that only the approved discount is visible before "buying." Amazon does this all of the time.
2   A pop up message or similar to call for bigger discount. The options textbox works but it's scrollable and doesn't show a lot of text without scrolling.

103
Support / Re: Bugs and suggestions
« on: September 17, 2014, 10:05:19 AM »
Next image

104
Support / Re: Bugs and suggestions
« on: September 17, 2014, 10:04:35 AM »
Here are the images showing what the bug does. It changes sales price increments randomly. It is so frequent that I must make a screen capture prior to saving changes, as the system screws up the pricing that has to be manually applied by referring to the before screen image.

I can only attach one image at a time.

105
Support / Re: Bugs and suggestions
« on: September 16, 2014, 01:59:29 PM »
For now we have few features might help you:
Global setting Login Display Prices: Show/Hide prices if customer is not logged in.
Each product have setting Block Product From Ordering: This will put product to display mode only with no ability to order. Contact us for order message will be displayed.
-------------------

The Block Product From Ordering is a workaround. I'll test.

I think that the The Login Display Prices: Show/Hide prices if customer is not logged in feature will block every product, not just a select few.

In any instance, having an automatic field appear if the options section has an entry in it, will be valuable.

Pages: 1 ... 5 6 [7] 8

Powered by SMFPacks Social Login Mod