Show Posts


Messages - alevene

Pages: 1 2 [3] 4 5 ... 8
31
General Support / Re: Lost items
« on: April 24, 2017, 10:16:09 AM »
I only see the product if it's saved, so your observation that it's not assigned to the single store database, but can be seen in the CSV file appears to be the problem.

Now the problem, is how to fix it?

32
Installation and Configuration / Re: Problems with included template
« on: April 24, 2017, 09:04:16 AM »
I have a single theme. When I remove the newsletter signup block, save and flush the cache, nothing happens. When I add another featured block, nothing happens. When I make any changes to the single template, nothing happens.

That's the problem.

Is there a group of files, that can be manually uploaded to replace the single theme as it seems to be corrupted. If so, how is it installed, as I can download the 1.2.10 and upload as needed?

Thank you for ideas.

33
General Support / Re: Lost items
« on: April 24, 2017, 08:57:49 AM »
No, it's a single store. When I add items but do not select Status to On, and log out, they vanish. I often work on a number of products but don't want to publish until they are done. Under this version, that isn't an option. As I wrote, they are shown in the CSV export, it's just that they are invisible in the web interface. I'm just wondering if there is a switch to show all?

34
General Support / Re: On to many
« on: April 24, 2017, 08:47:54 AM »
The change in image feature works well, but that isn't the problem. The problem is in offering different purchase prices depending on a single change in the product description.

For example, I have three computers for same. They are the same except that the graphics card if different. I'd like the title to change to reflect the different card and a different price. At the moment, I must clone one computer and then manually change the title, SKU, and price.

I know that I can have a drop down box showing three different graphic card options, but Abantecart will only show a single item, not three.

35
Installation and Configuration / Problems with included template
« on: April 23, 2017, 09:08:41 AM »
I have noticed that 1.2.10's template doesn't actually change when you move sections around, or add/delete them! Earlier versions using the same template didn't have this problem.

How can you force a change to factory default to start making the changes again, or backup and overwrite with another version?

36
General Support / Lost items
« on: April 22, 2017, 11:17:22 AM »
Is there a switch in the latest AbanteCart (1.2.10)version that will show items that are not completely setup? For example, when I want to add an item, where there is an existing very similar item, I copy it and then edit to make the needed changes.

If I do not make the new item active and log out, when I log in again it's gone. If I export the product database, I can see it in the CSV file (MySQL) but not in the web interface.

How do I see them again, to delete or complete?

37
General Support / One to many
« on: April 22, 2017, 07:41:21 AM »
I have noticed that it's easy to add a multiple choice for variations on a single product, white, gray, black, red and so on and let the buyer click on the color. The problem with this is that only one product is displayed in that section.

Is it possible for an product clickable image to appear under that section where the options are display one at a time? For example if you have 10 colors, it's better to have ten product images than one.

38
Unless there is a better way (excluding the impossible to use fragile CSV export/import), is it possible to create a complex option and then copy/paste it into many products without tedious editing? Or is it possible to select all of the products that need this option and edit them all at the same time, so one entry is posted to them all?

Or are there other ways? Adding the same option, even using the option select box is tedious and labor intensive.

Ideas?

39
Support / Re: Will not update past 1.2.6
« on: April 10, 2017, 08:45:20 AM »
Anyone with the correct method to manually update AbanteCart? If this is the wrong way to do it, how is it done?

Pasted script into the MySQL "Run SQL query/queries on database..." section.

40
Support / Re: Will not update past 1.2.6
« on: April 03, 2017, 12:42:48 PM »
This was pasted into the MySQL "Run SQL query/queries on database..." section. If wrong, it was because the manual update instructions are so vague that this appeared to be the way that it was done. I think that it failed at line 2

ALTER TABLE `ac_settings`
ADD INDEX `ac_settings_idx` USING BTREE (`group` ASC, `key` ASC);

INSERT INTO `ac_block_templates` (`block_id`, `parent_block_id`, `template`, `date_added`) VALUES
(29, 3, 'blocks/account.tpl', now() ),
(29, 6, 'blocks/account.tpl', now() );

UPDATE `ac_block_templates`
SET `parent_block_id` = 1
WHERE `template` = 'blocks/customer.tpl' AND `block_id`=31 AND `parent_block_id` = 0;

UPDATE `ac_block_templates`
SET `parent_block_id` = 8
WHERE `template` = 'blocks/donate.tpl' AND `block_id`=21 AND `parent_block_id` = 0;

UPDATE `ac_block_templates`
SET `parent_block_id` = 2
WHERE `template` = 'blocks/breadcrumbs.tpl' AND `block_id`=28 AND `parent_block_id` = 0;

INSERT INTO `ac_settings` (`group`, `key`, `value`)
VALUES
('system','config_html_cache',0),
('system','config_image_quality',95);

INSERT INTO `ac_settings` (`group`, `key`, `value`) VALUES
('appearance','config_image_manufacturer_height',56),
('appearance','config_image_manufacturer_width',56);

DELETE FROM `ac_language_definitions` WHERE `section` = 1 AND `block`='tool_package_installer';

41
Will do. Thanks.

42
Support / Re: Will not update past 1.2.6
« on: April 03, 2017, 08:48:08 AM »
I took a last look at 1.2.6 and found the ac_setting error message section of the database. I do not see a duplicate key? Is there one?

Check the jpg. Thanks.


43
I think that the error log request nailed it. As the 1.2.10 is not yet public, but being developed it seems that AbanteCart import utility does a domain check and fails.

Accessing store with non-configured or unknown domain.

The problem is that I don't want to go live before its done just to import some changes. Perhaps the developers can remove the need for a check and just import the file to where it came from, just checking the database name to assure that it's before restored to where it came from? On the other hand, as the import is from the work-in-progress site, where else can the data be uploaded to?

44
Support / Re: Will not update past 1.2.6
« on: April 03, 2017, 08:20:53 AM »
I read the manual that bypasses detailed information. I've given up on the 1.2.6 version.

Thanks for everyone's help.

45
General Support / Export and import under the latest version, 1.2.10
« on: April 02, 2017, 03:41:57 PM »
I upgraded Abantecart to 1.2.10, made some additions and then exported to a CSV file for review. I found some minor description errors - much, much easier to see in Excel tabular format - corrected them and attempted to import the edited CSV file. I got this message and the process failed -

405 Not Allowed
nginx/1.10.2

It HAS worked before. Now it doesn't. Ideas and where is the built in tabular listings without all of the graphical fluff. They's be much easier to edit and correct errors.

Pages: 1 2 [3] 4 5 ... 8

Powered by SMFPacks Social Login Mod