item custom field n

  • Posts: 44
  • Thank you received: 0
  • Hikashop Multisite
2 weeks 4 days ago #364248

-- HikaShop version -- : 5.1.1
-- Joomla version -- : 4.4.9
-- PHP version -- : 8.2

I have created a custom text field in the item column. It appears in the checkout cart, but it does not appear in the orders list or in the emails on the administration side. Attached are screenshots."

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 weeks 3 days ago #364268

Hi,

That seems like a bug.
What if you don't restrict that field to a category ? Since it's limited to the other field, it shouldn't change anything for the display but it might help with the saving when the order is created.

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
  • Hikashop Multisite
2 weeks 3 days ago #364269

no works

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 weeks 3 days ago #364271

Hi,

Then I dont know what the problem is. We'll need a backend access and a FTP access in order to check the situation and do some debugging.
Please provide these via our contact form:
www.hikashop.com/support/contact-us.html

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
  • Hikashop Multisite
2 weeks 3 days ago #364277

I send the data via contact form, subject: item custom field n

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 weeks 1 day ago #364329

Hi,

Thanks. I've been able to access your backend and check your settings. However, I was not able to access your FTP server.
The credentials seem ok, but the FTP client can't retrieve the list of folders once connected:
i.imgur.com/bEahPo7.png
Could you check the permissions of the FTP account ?

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
  • Hikashop Multisite
2 weeks 1 day ago #364330

Hello, if you are using FileZilla, you need to go to sites and select the option shown in the screenshot. With another client like Cyberduck, it connects without any problems.
use plain FTP only (insecure).

Attachments:
Last edit: 2 weeks 1 day ago by Gonzalez Villoria.

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 weeks 18 hours ago #364347

Hi,

I see, you had specifically said "FTP y puerto FTPS explícito" in your message with the FTP credentials, but indeed, using plain FTP allowed me to access the FTP server. Thanks !

From what I can see the problem is this:
You had already created a custom field of the table "product" with the column name "personalizacin". You then deleted that field, and didn't click on the link to delete the "personalizacin" column from the product table in the database when deleting it.
Then, you created a new custom field of the table "item" with the exact same "personalizacin" column name.
Because of this, when converting the cart to an order, the mechanism takes the value from the product instead of the value from the cart, leading to the field value missing from the order.
To remedy that, either :
- recreate the custom item field with another column name and use the new one instead of the one you already have
- delete the column "personalizacin" column from the hikashop_product table via your PHPMyAdmin

On our end, we'll add a small patch to avoid the problem for future users.

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
  • Hikashop Multisite
2 weeks 17 hours ago #364348

Works ¡¡¡ Thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.050 seconds
Powered by Kunena Forum