Show Posts


Messages - abolabo

Pages: 1 ... 127 128 [129] 130 131 ... 137
1921
General Support / Re: About the Per Item Shipping Option
« on: December 04, 2012, 12:36:30 PM »
Hi,

I have entered the info as per instructions but where do I put in the value for the handing charge, as it does not add anything at the moment?

sorry I am new to this

Pete

hi.
Do you see additional field fee after changing of extensions\default_per_item_shipping\config.xml on extension edit page?

1922
Extension Support / Re: Orders with PayPal payment not recorded
« on: December 03, 2012, 07:20:23 AM »

1923
Support / Re: disable shipping if order is $300
« on: December 03, 2012, 07:16:37 AM »
Hi.
Yes, Flexy Promotions extension.

1924
Support / Re: Fedex Extension does not work.
« on: December 03, 2012, 07:03:20 AM »
Thanks for your reply

I cleared all cache in system it still does not work
I noticed that at the top where it has the store option the field is blank should it be "default"? because the dropdown is empty I dont have any thing to choose from.
Same thing to the paypal extension I dont have the "default" option for the store field.

any idea what to do?

Thanks


hello.
Do you have soap extension of php installed on your server?
i mean this http://php.net/manual/en/soap.installation.php

1925
Thank you for the rapid response, I did not know if I would get one or not.

But most of it went clear over my head. I am sorry, I do not understand. You talk about php and files. I am not a coder, I simply want to add images to my products.

I want to be able to have product A and add 6 images by opening a folder called productA, not some meaningless number. And I don't want to have to sort through 40 pages of images to do it, either.

What do I have to do to Click on the + button on the Product Media page and under images show different folders, not every image on the server?
hm...
You want to switch on another product on RL dialog? i dont understanding you.
we have no any "folders" in RL-dialog. RL is logical storage.
Quote
How do I get to just ProductA images?
What you mean "get"? php-code?
In RL-dialog click on tab with product name and you'll get all images of product.

Quote

I have uploaded one folder of images, but it does not show up. Which directory on the server should I upload the folder containing images, as there are several. Where should the initial folder go so it is picked up for thumbs and such?
Your files it's just files into directory. To become "resource" you need write information of this into database. Path and name of file.
We have migration tool for this. It automatically takes file and write it in directory tree and makes writes into database.
If you want to store files in your own directory tree you need to use export/import  section.
Every resource may have any path inside resource directory . You just need to write it path into database correctly.
If i see right:
1. You can copy files into resource/image directory
2. create well formatted file with correct pathes for files and fill it into system->data->export/import .
but ii think it's painful way and takes a lot of time.

Thumbnails creates on-the-fly into image/thumbnails directory. You can clean it manually and it's will recreates after request of image.
One resource image can have few thumbnails with different sizes.

Quote
Also, out of 6 or 8 of the first images I did upload into the general Images section, half were "too large". Again, these are images I am using on half a dozen or more OC sites (and others) with no problem. Am I going to have to re-size half my images?

What is the maximum file size for jpg images?
it depends on upload_max_size directive in your php.ini. Try to read about this here http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize
Also file_uploads and post_max_size. If you don't want to digg into this - ask your hosting provider or try to find phpinfo page in your CPanel and look there.
If you fill files manually, for ex via ftp, filesize have no limitation.
Quote

I hate to make an issue out of this, like I am giving you a hard time, but I do like so much about the script, I'd love to use it. But I am not a coder and do not wish to ever edit a file, although I will maybe go into a language file or something simple like that. But code? No way, I am a USER, not a coder.

I don't mind playing around a bit, but I do have a deadline and would like to get this going with your cart.

1926
hello.
if you don't get email that mean your mail-settings wrong.
if you choose "mail" in settings abantecart will send emails by system mailer. If you not get email - your system mailer not configured.
Try to set smtp and check.
How to use gmail account look at this http://forum.abantecart.com/index.php/topic,144.msg401.html#msg401

1927
General Discussion / Re: error log
« on: November 27, 2012, 05:59:25 AM »
hello.
you need to look into file /system/logs/error.txt

1928
Hi.
Nice to read your post:) Thanks.

well...  Please, read this http://www.abantecart.com/document_wiki/index.php/Resource_Library_System first.
We designed RL for separating some media files as objects from products, categories etc. Any "resource" can be used by anything you want. In basic functionality resources can be mapped to products, categories, brands(manufacturers), but you can create your own extension with your own objects, for ex. some gift cards or something like that and map it with image, music file or video. it's  main idea -  media file("resource") is entity of Abantecart engine.

About folders. Every resource have name and path. Both of them stores in database.  Name is  filename thet you upload. Path - name of it on filesystem. When you ask resource of some product (i mean php-code ), ARecource class will give you everything what you want about resources which mapped to resource object.
When you upload some file into RL you creates resource with new resource_id. That number takes for path to original file of "resource".
 (All resource-files placed in it's own directories with named by resource_id number. if you want  can look in the code how it works more detailed. core/lib/resource_manager.php)
Also, we have used this feature in the migration tool (menu->system->data->migration Tool).
If you run it all images of OC will import as resources with type "image" and map to products.

1929
Support / Re: Admin Area Issue
« on: November 22, 2012, 05:16:39 AM »
I would add to this, that I've had some issue with our upgraded store from time to time with the store id not being set on import.  1.1 seems to fix this. 

If the store ID is not set in the uploaded file, the categories and products still may not show up in the store until they are manually set.  Setting the store ID to '0' just might resolve this.

David
Thank you David,
1.1.2 version contain bugfix for this.

1930
Support / Re: Error messages
« on: November 22, 2012, 04:59:54 AM »
we addressed this issue in 1.1.2. Just renamed conflict methods.
Thank you.

1931
General Support / Re: can't view web site or admin
« on: November 18, 2012, 02:07:21 PM »
Warning: Trying to access by unconfigured or unknown domain. Possibly missing or incorrect store URL set up. Loading default store configuration in /home/www/newbrand.co.nz/core/lib/config.php on line 142

we already fixed this bug in v.1.1.2.
Message mean that you need to set correct store's url in settings.

1932
it looks like you made partially upgrade.
I just tried to replicate this, installed 1.1.0 and upgraded up to 1.1.1 by replacing files from abantecart_1.1.1_upgrade_only.tar.gz archive. Any problems. Buttons shows.
Please check file admin/view/default/template/pages/tool/package_installer_agreement.tpl

1933
Configuration / Re: Configuring AbanteCart database...
« on: November 15, 2012, 07:44:33 AM »
version?
system/logs/error.txt?

1934
General Support / Re: Error uploading images
« on: November 14, 2012, 05:59:05 AM »
Yes, it's on, php.ini

As I mentioned, it worked 100% and I've had the possibility to upload images but then suddenly it starts returning that message.
I've tried to upgrade to v1.1.1 to see it was that, but no luck.

it's looks like "lamp" memory leak or something like that. Not abantecart isssue.
what's OS do you use, php, mysql, apache versions?

1935
General Support / Re: Error uploading images
« on: November 13, 2012, 04:50:41 PM »
very strange. :o

file_uploads in php.ini is "ON" ?
I need to look on it.

Pages: 1 ... 127 128 [129] 130 131 ... 137

Powered by SMFPacks Social Login Mod