Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't edit Shipping details #1084

Closed
ajitbhandari opened this issue May 11, 2024 · 3 comments
Closed

Can't edit Shipping details #1084

ajitbhandari opened this issue May 11, 2024 · 3 comments

Comments

@ajitbhandari
Copy link

image

after clicking on this shipping edit button it redirects to same order page

peter-mw added a commit that referenced this issue May 13, 2024
@peter-mw
Copy link
Member

Hi, thanks for the report, the issue has been fixed now

@ajitbhandari
Copy link
Author

@peter-mw thank you for doing this so quick

src\MicroweberPackages\Order\Models\Order.php on this file

we also need to add two more
( address2,
other_info)

fields so that form can update these two fields as well


 public $fillable = [
        'id',
        'email',
        'first_name',
        'last_name',
        'country',
        'amount',
        'payment_amount',
        'transaction_id',
        'city',
        'state',
        'zip',
        'address',
        'address2',
        'other_info',
        'phone',
        'user_ip',
        'is_completed',
        'payment_gw'
    ];

@peter-mw
Copy link
Member

added them in dev branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants