News:

AbanteCart v1.4.2 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - hb007006

#1
Support / Re: Order status and their meanings
May 15, 2017, 12:19:47 PM
Thank you for the information. I will take care
#2
Support / Re: btn_switch style toggling
May 15, 2017, 12:17:53 PM
define a switch button in your php like below

$this->data['form']['fields']['abc'] = $form->getFieldHtml(array(
            'type'    => 'checkbox',
            'name'    => 'abc',
            'value'   => 1,
            'checked' => false,
            'style'   => 'btn_switch'
      ));

Below is the jquery code
jQuery(function ($) {
     $("#frmName_abc_layer>button").on('click', function () {
          var abc_switcher = $("#frmName_abc");
     if(abc_switcher.val() == "0") {
             alert('Off');
          } else {
             alert('On');
          }
     });
});
#3
Admin front:
1. Navigate to Catalog -> Products -> Choose One Product -> Edit -> General
2. Configure Price as 50.00. Click on Save
3. Navigate to Promotions -> Specials. Click on Add Special. Configure Price as 40.00 and click on save.
4. Navigate to Options. Click on New Option (+) button.
5. Choose Size from - Add New Option - select box. Click on Add
6. Click on Add (+) button under Option Values.
7. Click on default radio box. Choose 30 ml from Option Value. Set Quantity 10. Set Price Modifier 0.00
8. Click on Add (+) button under Option Values.
9. Choose 50 ml from Option Value. Set Quantity 10. Set Price Modifier 2.00
10. Click on Add (+) button under Option Values.
11. Choose 75 ml from Option Value. Set Quantity 10. Set Price Modifier 4.00
12. Click on Save

Navigate to Storefront:
1. You will be able to see Product price as $40.00 $50.00. Default select Size as 30ml 10 in Stock. Total Price as $40.00
2. If you choose 50ml from the select box, you will be able to see Product price as $40.00 $50.00. Total Price as $42.00
3. If you choose 75ml from the select box, you will be able to see Product price as $40.00 $50.00. Total Price as $44.00

I want to configure different prices as per their configured sizes 30ml, 50ml and 75ml
If I will choose 30ml then
Base Price should display as $40 $50
Total Price should display as $40 $50
Product description should get changed to BeneFit Girl Meets Pearl, 30ml

If I will choose 50ml then
Base Price should display as $68 $90
Total Price should display as $68 $90
Product description should get changed to BeneFit Girl Meets Pearl, 50ml

If I will choose 75ml then
Base Price should display as $72 $110
Total Price should display as $72 $110
Product description should get changed to BeneFit Girl Meets Pearl, 75ml
#4
[Step 1]
I have added new product from Abantecart admin front. Price $50 has been configured for newly added product.
Now I can see newly added product with price $50 on Abantecart storefront

[Step 2]
I have configured price as $40 under Promotions -> Specials for the same product
Now I can see newly added product with price $40 $50 on Abantecart storefront

[Step 3]
I have added existing Global Attribute "Size" as an option under Options tab for the same product. Then I have configured Option Values 10 ml, 20 ml and 30 ml and set the price modifier values as below

For 10ml price modifier value configured as 0.00
For 20ml price modifier value configured as 2.00
For 30ml price modifier value configured as 4.00

Now, I can see newly added product with 3 sizes 10ml, 20ml and 30ml on storefront. And when I choose 10ml price is getting displayed as $40
when I choose 20ml price is getting displayed as $42
when I choose 30ml price is getting displayed as $44


My requirement:
I want to configure different prices as per their configured sizes 10ml, 20ml and 30ml for the same product
If I will choose
10 ml then price should display as $40 $50
20 ml then price should display as $68 $90
30 ml then price should display as $72 $110
on the storefront

Please note here the prices can vary for the sizes.

How can I configure different sizes and prices for the same product as mentioned above? I could not find the way.
Please help me to understand.
#5
Scenario:
Step 1: Customer selects one of the payment gateway (e.g. paypoint) while checkout process and click on "Confirm" button.
Step 2: The customer is then taken from Abantecart to the transaction page of paypoint where in all the payment related details are entered by the customer
Step 3: Paypoint redirects the customer to Visa, MasterCard or the relevant bank for the next level of authorization.
Step 4: The Bank/Visa/MasterCard authorizes and confirms the transaction.
Step 5: Payment has been deducted and customer is sent back to Paypoint.
Step 6: Due to any technical or network issue, Paypoint is not able to send the consumer back to Abantecart.

As per AbanteCart code, response will always come back in callback method from Payment Gateway website. However as explained above, in Step 6, response will never come. This scenario is not handled in Abantecart.

Resolution of Step 6 could be:
Generally payment gateway provides the API's to check the transaction status. That could be implemented in Abantecart. This is just a suggestion. I may be wrong. There could be better ways.


We may use Paypoint API to check for Response/Return/Success url in Paypoint account. We can do it manually. But don't you think it should be handled through code itself.

Lets take an example. Suppose the response didn't come to Abantecart due to some technical or network issue. In this case put order status on hold and Abantecart should call Paypoint API from the code itself may be after 5 minutes or 10 minutes and process customer order accordingly.

I am just giving a suggestion. There could be better way to handle this. This is not about Paypoint. It can relate to all Payment Gateways.
#6
Support / Re: Order status and their meanings
December 07, 2016, 10:37:33 PM
Ok...

Can you please explain little bit about below statuses?

1. canceled_reversal
2. chargeback
3. reversed
#7
Support / Re: Order status and their meanings
December 05, 2016, 10:39:21 PM
This link http://docs.abantecart.com/pages/localization/statuses/order_status_list.html doesn't explain the meaning of order statuses.

Ok let me ask this way

Suppose I would like to use below statuses as a Merchant. Am I supposed to send email and sms notifications to customers in case of below order statuses

1. chargeback
2. reversed
3. canceled_reversal
#8
Support / Re: Order status and their meanings
December 05, 2016, 09:27:57 AM
Can I expect a reply on this?

Is merchant supposed to send email and sms notifications in case of below order statues

1. chargeback
2. reversed
3. canceled_reversal
#9
Customization help / Order prefix
December 04, 2016, 03:36:08 AM
Here, I am not talking about Invoice prefix. I am talking about Order Id prefix

Abantecart doesn't have provision to put prefix along with order id e.g. YDFO-12762871-130701. Please assist me to implement prefix along with order id because it is important as per my business needs.

Looking for your help.
#10
Support / Re: Order status and their meanings
December 02, 2016, 09:47:58 AM
Is merchant supposed to send email and sms notifications in case of below order statues

1. chargeback
2. reversed
3. canceled_reversal

Please reply
#11
Support / Re: btn_switch style toggling
November 30, 2016, 03:04:28 AM
I found the way. Than you
#12
Support / btn_switch style toggling
November 30, 2016, 02:43:03 AM
Hello,

How can I handle events in jquery or java script while toggling on btn_switch style?

For example when i click on ON i want alert ("hello ON") and when i click on Off I want to alert  ("hello OFF")


Thanks
#13
Support / Re: Order status and their meanings
November 28, 2016, 10:46:46 AM
Thank you!

Request you if you can also explain little bit about

1. canceled_reversal
2. chargeback
3. reversed
#14
Support / Order status and their meanings
November 26, 2016, 09:01:39 AM
Can you please help me to understand below order statuses and their meaning? In which situtaion, these order statues will get used? Request you if you can provide an exmple for each one of below

1. canceled_reversal
2. chargeback
3. failed
4. incomplete
5. reversed
#15
Support / SMS when order is shipped / delivered
November 21, 2016, 11:04:00 AM
I want to know where is the code written for SMS in case of order is shipped / delivered? What is the sendpoint in codebase and what message customer will get? For example, customer should get an sms like "Your order #1 is out for delivery, It will be reaching today"

Forum Rules Code of conduct
AbanteCart.com 2010 -