Show Posts


Messages - smallfish

Pages: 1 ... 6 7 [8] 9
106
Support / "default" php keyword in table
« on: March 14, 2013, 01:08:33 AM »
I find that the table "resource_map" use "default" as a field.
"default" is php keyword which is used in switch case. Please rename it to other name to avoid error.
Thank you!

107
General Support / Delete product & it's resource in backend admin.
« on: March 13, 2013, 11:58:48 PM »
I find that if I delete the products form the backend admin, abantecart doesn't delete the related records in table resource_library, resource_map, resource_descriptions and the related photos.
Hope that abantecart team can develop a separate module which can delete the records in the above tables and remove the photos from the server harddisk. It takes time to delete the photos from server. So that a separate module is better to do this job.
Thank you!

108
Support / Re: Display Weight on Cart Page doesn't work
« on: March 13, 2013, 11:06:26 PM »
Sorry! I find out my problem right now. My "product_option_values" weight unit is inconsistency with the "products".
So that the system can't calculate the weight correctly.
There is no bug.

109
Support / Re: Shipping bug at checkout page and 0 weight.
« on: March 13, 2013, 11:05:18 PM »
Sorry! I find out my problem right now. My "product_option_values" weight unit is inconsistency with the "products".
So that the system can't calculate the weight correctly.
There is no bug.

110
New Features Discussion / Re: One page checkout
« on: March 13, 2013, 07:44:07 AM »
Hi

You can check other open source shopping cart, many of them have one page checkout. It shows all the options for shipping and payment, coupon, reward points there. It is more clear and convenient.

if you use 1 payment and one shipping methods and shipping method does not contains options (for ex. delivery for 1 day, 1 week etc)
payment process flow will be takes 1 step.
Also you need to check settings of your extension for item "autoselect".
Also take a look on checkout confirmation page. You'll find links there for changing payments and it's address.

111
Support / Display Weight on Cart Page doesn't work
« on: March 13, 2013, 05:32:58 AM »
Display Weight on Cart Page doesn't work
see the attached pictures, can't find any weight there. Please fix it.
Thank you!

112
New Features Discussion / One page checkout
« on: March 13, 2013, 04:54:52 AM »
The current checkout process which takes a few steps. Besides, in the changing address (both at shipping & payment information page), it is confusing at payment information page. I don't notice that the button is for change payment address. I mixed it as changing the shipping address.
I think that one page checkout is more clear and convenient for the shoppers.
Thank you!

113
Support / Re: Shipping bug at checkout page and 0 weight.
« on: March 13, 2013, 02:56:24 AM »
Oh! Sorry!  I realize it now. I always think that it is changing the shipping address. I don't notice that it is "payment address". For me, it is a little bit confusing... If abantecart has 1 page checkout, then it should be better. (or just modify the button to "change payment address").

But the weight still has problem. Abantecart doesn't sum the total weight.

114
Support / Re: How to use Handling Fee in the extension Order total?
« on: March 12, 2013, 05:58:34 AM »

I mean that I have chosen any type of the handling fee. It will also apply the handling fee to the order. In my opinion, type "Fee" should be applied to shipping or payment handling fee, type "sub-total" should be applied to sub-total, type "total" should be applied to order final total amount, type "discount" should be applied to sub-total and a discount should be given but it doesn't work. all the orther types are the same result.
You should better add a description to explain the purpose of each "type" in the extension.

Thank you.
NO. Type does not mean that fee amount must be applied to something.
AbanteCart works with total by approach "one "total" - 1 row in order summary".
I think detailed information better for this. at least clear...

But it is confusing... at least the "discount" is not a handling fee.

115
Support / Re: How to use Handling Fee in the extension Order total?
« on: March 12, 2013, 02:43:25 AM »
No. Handling fee is depended on Order sub-total. If you set for ex. $20 "order total" that's mean fee will apply for all orders that have sub-total less than $20.
Field Type is not useless.
You can look into table order_totals and you'll find it there. Also you can to see it in order details. We added this sign ( type ) for recognizing types of totals for future flexible statistics ...or something more

I mean that I have chosen any type of the handling fee. It will also apply the handling fee to the order. In my opinion, type "Fee" should be applied to shipping or payment handling fee, type "sub-total" should be applied to sub-total, type "total" should be applied to order final total amount, type "discount" should be applied to sub-total and a discount should be given but it doesn't work. all the orther types are the same result.
You should better add a description to explain the purpose of each "type" in the extension.

Thank you.

116
Support / Shipping bug at checkout page and 0 weight.
« on: March 11, 2013, 11:06:40 PM »
I find that if I select another shipping address (2nd shipping address with only Flat Shipping rate enable for the country) at checkout page, the shipping methods for my first shipping address will disappear even I choose back the first address. For the 2nd shipping address, there is no shipping methods for me to choose and it will choose "Flat Shipping Rate" automatically only.

Besides, the weight also shows as 0. I have choose kg as the weight class and already input a weight in the product details.

It seems that it is a bug. Hope that abantecart can solve and fix it as soon as possible.
Thank you!

117
Support / Re: How to use Handling Fee in the extension Order total?
« on: March 11, 2013, 04:15:04 PM »
Hello

It works now. But it seems that the handling fee is depended on Order total only. The "Type" option is useless. I have tried by selecting all of them. The output is the same.

118
Support / How to use Handling Fee in the extension Order total?
« on: March 10, 2013, 08:52:33 PM »
How to use Handling Fee in the extension Order total?
I have tried to activate it with difference tries. But I can't see any result at front store checking out page.

119
Support / Re: thumbnail image quality
« on: March 10, 2013, 07:17:16 PM »
OK, I find that the image class which is already used 100% as the quality.
Then, I really need to improve the quality of the source image file.
Thanks!

public function save($file, $quality = 100) {
      $extension = pathinfo($file,PATHINFO_EXTENSION);
        if ($extension == 'jpeg' || $extension == 'jpg') {
            imagejpeg($this->image, $file, $quality);

120
Support / Re: Can You Show All Categories & Sub-Categories
« on: March 10, 2013, 07:09:44 PM »
The easier way is to tick the parent category when you input the product in the backend.

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

Powered by SMFPacks Social Login Mod