Show Posts


Messages - llegrand

Pages: 1 ... 6 7 [8] 9 10 ... 119
106
Support / Re: Offer Extention Not Installing and White Page of Death
« on: February 27, 2022, 10:22:35 PM »
Let me a bit of clarity.

first there is no free version for the extension Best Offer.   It is an extension sold in the marketplace, and developed by a third-party developer.

Next it appears Best offer does not have a version for any AbanteCart v 1.3.0 or higher.  If you are using AbanteCart v 1.3.0 or higher you need to contact the developer there is support button in the Marketplace to do so,  or look in your MarketPlace account on your orders and there will be a get help button.  If you are using AbanteCart v 1.2.xxxx then the below link may assist you in installation.

Next  here is a link on how to install a MarketPlace Extension.
https://forum.abantecart.com/index.php?action=post;topic=9514.0;last_msg=37519






107
New Features Discussion / Re: Orders
« on: February 21, 2022, 12:15:22 PM »
Are you asking for the to happen when you change the status on the orders grid   or within the order details , status and comments section? 

If is is the later,  you can turn on the notify customer  switch when you change the order status and the email will be sent.

108
General Support / Re: changing default on length and weight
« on: February 15, 2022, 09:51:44 AM »
I see that you have updated the info on the Weight Classes page for better clarity:

The class set to 1.00000 is your base weight class. Any other weights in there need to be a factor of your base class.

This is much clearer on the docs for weight.   Suggest you make the same change on the Length Classes doc.  The current info from 2018  stills leads us to think we should be able to change the default. 

Cheers!

109
Support / Re: Application of fees for extended support renewals
« on: February 15, 2022, 12:50:25 AM »
Regarding:
You can not switch licenses. Extension purchased to a specific store can not be licensed to another.

Then you need to state on MarketPlace on each extension page this parameter.   
Currently you say: Single installation, is for use by single site or one copy of application using this extension. 

I also suggest you rethink that.  If I buy an extension that I think might work for one site,  install it and find it is not suitable   I want the ability to transfer it to another site that it will work for.   If I buy it,  and don't violate the single site rule I should have the opportunity to install it on any site I wish at any time.   Just like every other software I buy from other vendors,   it is transportable.

110
General Support / Re: changing default on length and weight
« on: February 14, 2022, 10:00:22 AM »
That solution does work. However you only fixed the Weight class.   The Length class is still not working.   We have posted our solution on GitHub for your consideration.  https://github.com/abantecart/abantecart-src/pull/1523

Additionally,  these fixes seem to be only for having the product page to correctly apply the system settings for the two classes. 

The System → Localization → Weight Classes  and Length Classes section still does NOT allow for editing.
According to the docs
https://abantecart.atlassian.net/wiki/spaces/AD/pages/16121910/Weight+Classes 
https://abantecart.atlassian.net/wiki/spaces/AD/pages/16089155/Length+Classes

Whatever you have set to 1.00000 is your base weight class. Any other weights in there need to be a factor of your base class.

But if the edit is non-functioning how do we change that without going directly into the database?

111
Support / Application of fees for extended support renewals
« on: February 13, 2022, 09:31:43 PM »
I have lots of extensions purchased in the MarketPlace as well as clients who also have purchased extensions over the years and recently.   But all the sites I am working with have the same issues. 

The Info regarding support within the MarketPlace does not appear on any of the many sites that I have accessed.  The only solution I am presented is to repurchase the extension and extended support at full price again.   Reading of the MP info seems to indicate we should only be charged for additional support fee.   

Please answer the following questions regarding how extended support is available.  And for clarity in your intent for fees for support in these conditions:

1.    Is additional 12 mos support cost only the support fee?  Or must a rebuy with 12mos be repurchased?

2.   When can one buy the additional support after the first time?  I have some expiring 2/21/22  and they are connected to the MP  and they do show up as they are licensed to the correct site,  but there is no extend support button showing.
 
3.   What happens if extended support has expired a few days earlier -  is there a grace period to re-extend? 

4.   For extension purchased prior to having the extended support feature how does one get extended support?  And what is the fee for it?


Thanks in advance for answering with specific information so we all know what to expect.

One more question:  what is the proper procedure to move a license to a different installation?  How do we let MP  know it is disconnected from one site and installed in a new site and have it register correctly for support and updates?




112
General Support / changing default on length and weight
« on: February 11, 2022, 06:18:14 PM »
seems on v 1.3.1 and 1.3.2  even if the store settings are set to ounces and inches  or whatever  I am unable to change the default in weight classed or length classes

Clicking on Edit brings up the info box but input to change the value field will not work.  It will not allow a delete or a new input. 

this is occurring on ALL of my installations on multiple servers.  The rest of the site seems to function as expected.  But for sites that had inches and feet set previously and worked but since updating to 1.3.1 it is using the core settings of Centimeter and Kilogram thereby making admins remember to check the designation for new product adds.

suggestions or bug?


113
Extension Support / Re: Extended Support Issue
« on: February 09, 2022, 10:47:06 AM »
Nuno,  it is shown in the footer area of the MarketPlace pages

But it is:

help at abantecart.com  (use the correct email format)

114
Extension Support / Re: Extended Support Issue
« on: February 08, 2022, 06:52:20 PM »
short list of what seems to work:
1. log into your marketplace account
2. Find the Extension Downloads link
3. See if you have a URL on the line LICENSE FOR 
4. Click on Get Help button
5. You should see the Extend support button  (on the Product Support page)
6. Click on Extend Support.

Note:  it seems if your support has expired for some period of time  you are required to repurchase at regular price. I have not determined what that timeframe is. 

Additionally if you are trying to extend too early  there is no extend button. 

Perhaps devs can help with the timing?



115
General Support / Re: PHP and mySql version for 1.2.11
« on: February 01, 2022, 03:17:43 PM »
Hi Sam,  let me share a couple of thoughts with you.

1. PHP versions change continually,  when they reach a EOL (end of life).  You need to be using the  support versions to keep things more secure and working.
You can check EOL  for php  here:  https://www.php.net/supported-versions.php
You can see even 7.4  if out of active updates and moved into security only.

2.  You are now understanding how customizing your cart has a downside  are not keeping up with changes to various systems.  Perhaps your customization is able to work  with  no or little changes.   Perhaps you should look into make your coding changed into an extension??  You need to rethink how your custom coding is being applied to the core,  and make some adjustments to your process -  as upgrades to php,  OS,  etc is ongoing.

3.  If you have access to cPanel and softaculous,   you could clone your existing site,  upgrade your php etc and see if it works with your custom coding etc. 

We have posted Softaculous how-tos on our info hub:

https://why2central.net/kb/using-softaculous/

116
General Support / Re: Extending support on MarketPlace extension
« on: February 01, 2022, 09:31:46 AM »
that is NOT my question.   simply when an extension is purchased and included the 12 months support at the first buy.   when the year is elapsed - and one wants to continue support and updates -  they go to the page that has the extend support button showing -  and this is where I have the confusion.

If the first year (paid for) has expired or about to expire,  if the additional fee for ONLY the support fee OR does one have to repurchase the extension and the 12 mo support?

I had assumed it was the ability to pay for only the support fee after the first year.   But so far that has not been my experience -  had to rebuy the extension and the 12 mos support. 


117
General Support / Extending support on MarketPlace extension
« on: January 31, 2022, 12:20:05 PM »
Please provide clarification on extending support:

MarketPlace says:
The purchased extension is provided with 120-day support from an author with free upgrades within this time frame. If your order support has expired, you will not get any updates for your extension and developers might refuse with the support requests.
You can extend support time and updates with the purchase of an additional 1-year support term.

If the store is connected to the extension, and the Extend Support button is clicked  -  is the renewal fee ONLY for the additional support? or does one have to repurchase the extension and the extended support?

It has been my experience with trying to buy extended support  that I have to rebuy the extension also. 

thank you for clarify what is suppose to happen.


118
Idea Polls / Re: Customize plug-in solutions according to needs
« on: January 06, 2022, 10:59:16 AM »
My opinion is the proposed location of the request being on the cart Admin panel is the wrong place.
The better place IMO remains on the forum board.

119
General Support / Re: Is there anyway of having 1/2 (half) quantities?
« on: January 04, 2022, 06:07:32 PM »
Please refer to the screen shot   -  I set up the product within the testing site I provided.

this is what that option does ,  it allows admins to control what is seen on the product display page.
This why we made the extensions at our clients request - so  option prices could be clearly shown.

Either of the extension  Option lite or Option Pro allows for the management.

120
General Support / Re: Is there anyway of having 1/2 (half) quantities?
« on: January 04, 2022, 02:10:50 PM »
Hello again,

Are your remarks here about the default options and how they work?   

You had requested a testing site for our options lite and options pro extensions and we provided those to you last nite.
If you are having questions on how to configure those options please respond via the email with the testing site into.

Regards
The WHY2 support team

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

Powered by SMFPacks Social Login Mod