Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Is anyone else [interested in/already] working on this?
I have some of the conversion done as best as I understand it, but get the following error when pressing the final "Place your order" button on my local test server:
Fatal error: Cannot use object of type stdClass as array in \drupal\modules\ecommerce\contrib\protx\protx.module on line 125
I'm working around from days to find the way to theme the form in a new content type I created with my module but it seems that all my effort are overwritten every times but default value, and on the contrary when I try to theme with the same code a forms created and declared for instance as name_page it works well.
Now I discover that in all modules forms created with name_form are not themable (es. width are always 100%), is it a chose of developer?
could someone explain the difference to use name_form () or name_page ()?
Anybody using the banner module cvs for 4.7? It works fine except when I click a node the banner doesn't show up. In the html the code is there but nothing displays on those pages. It works fine on the home page and all the admin pages. I'm logged in as admin the whole time.
I looking for more out of the Amazon Associate Tools but i dont know its limitations yet. Im trying to create an online store purely using Amazon. Here is an example: http://ebiz-u.com/style004.htm Can Drupal re-create this?
While creating a new content, after I inserted an image in the htmlarea textarea by using UploadImage plugin, I find no problem in resize the image by mouse, and the image will also be showed up in the desired size. No problem at all. The corresponding html code is: <img vspace="0" hspace="0" border="0" align="bottom" src="?q=image/view/15" width="331px" height="127px" />